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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store.h

Issue 11365112: Change PrefStore::ReadResult to a boolean. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 1 month 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
Index: chrome/browser/policy/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index a3ee36b6d5df989c63f04b1f59ac32febaa14e1a..1611b2801759f1b1f725d2e6796241b559721bc9 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -35,8 +35,8 @@ class ConfigurationPolicyPrefStore
virtual void RemoveObserver(PrefStore::Observer* observer) OVERRIDE;
virtual size_t NumberOfObservers() const OVERRIDE;
virtual bool IsInitializationComplete() const OVERRIDE;
- virtual ReadResult GetValue(const std::string& key,
- const Value** result) const OVERRIDE;
+ virtual bool GetValue(const std::string& key,
+ const Value** result) const OVERRIDE;
// PolicyService::Observer methods:
virtual void OnPolicyUpdated(PolicyDomain domain,

Powered by Google App Engine
This is Rietveld 408576698