Status: Available
Owner: ----
CC: fin...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Type-Cleanup

New issue 6748 by t...@chromium.org: Prefs return default value if names  
partially conflict
http://code.google.com/p/chromium/issues/detail?id=6748

If you have a pref called...

foo:"string"

... and you add another pref ...

foo.bar=true

... then when looking for foo.bar it finds foo and since the type isn't
right it returns the default value for foo.bar, creating the effect that
the pref is never saved. It should probably DCHECK because the type isn't
right.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to