Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: components/prefs/default_pref_store.cc

Issue 2760453003: Work In Progess
Patch Set: convert local_state to use pre_client_store_ Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | components/prefs/pref_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/default_pref_store.cc
diff --git a/components/prefs/default_pref_store.cc b/components/prefs/default_pref_store.cc
index 0e9c87c08385c83473694ebecb60c56c17ee89d4..fad227c2b306b7ab0a27688a9881ac3fd06644d8 100644
--- a/components/prefs/default_pref_store.cc
+++ b/components/prefs/default_pref_store.cc
@@ -14,6 +14,8 @@ DefaultPrefStore::DefaultPrefStore() {}
bool DefaultPrefStore::GetValue(const std::string& key,
const Value** result) const {
+ if (!key.compare("settings.display.properties"))
+ LOG(ERROR) << "DefaultPrefStore::GetValue key: " << key ;
return prefs_.GetValue(key, result);
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | components/prefs/pref_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698