Index: chrome/browser/dom_ui/options/content_settings_handler.h |
diff --git a/chrome/browser/dom_ui/options/content_settings_handler.h b/chrome/browser/dom_ui/options/content_settings_handler.h |
index e18de267b577c51258a5cf017d29a90d52f515a8..a67f89e38717bd8513a24c8bb621453bf655f326 100644 |
--- a/chrome/browser/dom_ui/options/content_settings_handler.h |
+++ b/chrome/browser/dom_ui/options/content_settings_handler.h |
@@ -96,6 +96,10 @@ class ContentSettingsHandler : public OptionsPageUIHandler { |
// Gets the default setting in string form. |
std::string GetSettingDefaultFromModel(ContentSettingsType type); |
+ // Returns true if the default setting for the given content settings type |
+ // |type| is managed. |
+ bool GetDefaultSettingManagedFromModel(ContentSettingsType type); |
+ |
// Member variables --------------------------------------------------------- |
NotificationRegistrar notification_registrar_; |