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..cea6a0282010a9acc2a86d5ad7d2a0633e489220 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 whether the default setting for the given content settings type |
jochen (gone - plz use gerrit)
2010/12/07 18:55:55
True if...
markusheintz_
2010/12/08 14:41:39
Done.
|
+ // |type| is managed. |
+ bool GetDefaultSettingManagedFromModel(ContentSettingsType type); |
+ |
// Member variables --------------------------------------------------------- |
NotificationRegistrar notification_registrar_; |