Index: chrome/browser/ui/content_settings/content_setting_bubble_model.h |
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
index b6b9f7b19520efe47a9d66d3b5452667ae5f6ccf..f6a1a17477a0a4c374b16653cee6a7848666540e 100644 |
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
@@ -97,6 +97,9 @@ class ContentSettingBubbleModel : public content::NotificationObserver { |
DISALLOW_COPY_AND_ASSIGN(BubbleContent); |
}; |
+ // Returns a set of the supported bubble types. |
+ static const std::set<ContentSettingsType>& GetSupportedBubbleTypes(); |
+ |
static ContentSettingBubbleModel* CreateContentSettingBubbleModel( |
Delegate* delegate, |
content::WebContents* web_contents, |