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

Unified Diff: chrome/browser/ui/webui/options/website_settings_handler.h

Issue 796543002: Plugin Power Saver: Implement option in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Fix" a browser test by disabling it. Fix a nit. Created 6 years 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/ui/webui/options/website_settings_handler.h
diff --git a/chrome/browser/ui/webui/options/website_settings_handler.h b/chrome/browser/ui/webui/options/website_settings_handler.h
index 60030fdd3d7b42dccfb1d5af196b4904d6dab741..2898a5675373f7d8251e1d8b5d59cc88982abc71 100644
--- a/chrome/browser/ui/webui/options/website_settings_handler.h
+++ b/chrome/browser/ui/webui/options/website_settings_handler.h
@@ -116,11 +116,6 @@ class WebsiteSettingsHandler : public content_settings::Observer,
// Updates the page with the last settings used.
void Update();
- // Gets the default setting in string form. If |provider_id| is not NULL, the
- // id of the provider which provided the default setting is assigned to it.
- std::string GetSettingDefaultFromModel(ContentSettingsType type,
- std::string* provider_id);
-
// Returns the base URL for websites, or the app name for Chrome App URLs.
const std::string& GetReadableName(const GURL& site_url);

Powered by Google App Engine
This is Rietveld 408576698