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

Unified Diff: base/prefs/pref_service.h

Issue 421653006: Update "Predict network actions" UI setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move and improve migration routine. Created 6 years, 4 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 | « no previous file | base/prefs/pref_service.cc » ('j') | chrome/browser/net/prediction_options.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_service.h
diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
index 186433c1b62907c16eb3360ca8d567ca2b1a07a6..b142efb9f0fa877faad0c6f729766924d29408e9 100644
--- a/base/prefs/pref_service.h
+++ b/base/prefs/pref_service.h
@@ -80,6 +80,9 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
// default value if no other has been set.
const base::Value* GetValue() const;
+ // Returns the value set by the user, if any.
+ const base::Value* GetUserValue() const;
+
// Returns the value recommended by the admin, if any.
const base::Value* GetRecommendedValue() const;
« no previous file with comments | « no previous file | base/prefs/pref_service.cc » ('j') | chrome/browser/net/prediction_options.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698