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

Unified Diff: chrome/browser/ui/webui/settings/site_settings_handler.h

Issue 1698093007: Convert SiteSettingsCategory to use the HostContentSettingsMap instead of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 10 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/ui/webui/settings/site_settings_handler.h
diff --git a/chrome/browser/ui/webui/settings/site_settings_handler.h b/chrome/browser/ui/webui/settings/site_settings_handler.h
index eeedc3e3b4b85a59356da340bccc26d2d08eaf7d..92f3fd2546bc06f73f1637d1c91596626c9a810a 100644
--- a/chrome/browser/ui/webui/settings/site_settings_handler.h
+++ b/chrome/browser/ui/webui/settings/site_settings_handler.h
@@ -38,6 +38,10 @@ class SiteSettingsHandler : public SettingsPageUIHandler {
// Deletes the storage being used for a given host.
void HandleClearUsage(const base::ListValue* args);
+ // Gets and sets the default value for a particular content settings type.
+ void HandleSetDefaultValueForContentType(const base::ListValue* args);
+ void HandleGetDefaultValueForContentType(const base::ListValue* args);
+
Profile* profile_;
// The host for which to fetch usage.

Powered by Google App Engine
This is Rietveld 408576698