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

Unified Diff: chrome/browser/extensions/api/preference/chrome_direct_setting.h

Issue 18100007: Implemented types.private.ChromeDirectSetting.onChange (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DirectSetting
Patch Set: Created 7 years, 5 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/preference/chrome_direct_setting.h
diff --git a/chrome/browser/extensions/api/preference/chrome_direct_setting.h b/chrome/browser/extensions/api/preference/chrome_direct_setting.h
index 5c9e66c3cc5455b4f102abd132beb413a4c61522..37dcecd4f9dab20f7abc74205a5e0a2a4b6ebc58 100644
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting.h
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting.h
@@ -25,9 +25,6 @@ class DirectSettingFunctionBase : public SyncExtensionFunction {
// Returns true if the caller is a component extension.
bool IsCalledFromComponentExtension();
- // Returns true if the preference is on the whitelist.
- bool IsPreferenceOnWhitelist(const std::string& pref_key);
-
private:
DISALLOW_COPY_AND_ASSIGN(DirectSettingFunctionBase);
};

Powered by Google App Engine
This is Rietveld 408576698