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

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

Issue 2936003003: MD Settings: Set all content setting values in Site Details Javascript. (Closed)
Patch Set: Review comments. Created 3 years, 6 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 443da67359cad810b3a6c0c9e0df46fc7c45c954..0ccbcd43362cbaa8b012fac3294e16b369873f4a 100644
--- a/chrome/browser/ui/webui/settings/site_settings_handler.h
+++ b/chrome/browser/ui/webui/settings/site_settings_handler.h
@@ -86,12 +86,13 @@ class SiteSettingsHandler : public SettingsPageUIHandler,
// Returns the list of site exceptions for a given content settings type.
void HandleGetExceptionList(const base::ListValue* args);
- // Handles setting and resetting of an origin permission.
+ // Handles setting and resetting an origin permission.
void HandleResetCategoryPermissionForOrigin(const base::ListValue* args);
void HandleSetCategoryPermissionForOrigin(const base::ListValue* args);
- // Return site exceptions for a single site.
- void HandleGetSiteDetails(const base::ListValue* args);
+ // Retrieves the content settings for a given list of ContentSettingTypes for
+ // an origin.
+ void HandleGetOriginPermissions(const base::ListValue* args);
// Returns whether a given pattern is valid.
void HandleIsPatternValid(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698