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

Unified Diff: chrome/browser/extensions/api/settings_private/settings_private_delegate.h

Issue 2430463002: MD Settings: tweak some chrome.settingsPrivate method names (Closed)
Patch Set: histograms.xml Created 4 years, 2 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
Index: chrome/browser/extensions/api/settings_private/settings_private_delegate.h
diff --git a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
index 93bbb9db954443c23086d14542e6118ef74c93f7..752c2f005e140d6eb4482a206fbcd56c344fe8c6 100644
--- a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
+++ b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
@@ -45,10 +45,10 @@ class SettingsPrivateDelegate : public KeyedService {
virtual std::unique_ptr<base::Value> GetAllPrefs();
// Gets the value.
- virtual std::unique_ptr<base::Value> GetDefaultZoomPercent();
+ virtual std::unique_ptr<base::Value> GetDefaultZoom();
// Sets the pref.
- virtual PrefsUtil::SetPrefResult SetDefaultZoomPercent(double percent);
+ virtual PrefsUtil::SetPrefResult SetDefaultZoom(double zoom);
protected:
Profile* profile_; // weak; not owned by us

Powered by Google App Engine
This is Rietveld 408576698