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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h

Issue 319553008: Updated Plugin bubble model to add "learn more" link and to appear with a sliding yellow thing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indentation and style issues Created 6 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/content_settings/content_setting_bubble_model_delegate.h
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h b/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
index 2cf17d0f789d2e3a606490e92ae8626744e2fe1b..1b1709bfcfe9f9fb9b4859e90ca32c41e4c0bd15 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
@@ -21,6 +21,9 @@ class ContentSettingBubbleModelDelegate {
// Shows the Content Settings page for a given content type.
virtual void ShowContentSettingsPage(ContentSettingsType type) = 0;
+ // Shows the Learn More page for a given content type.
+ virtual void ShowLearnMorePage(ContentSettingsType type) = 0;
+
protected:
virtual ~ContentSettingBubbleModelDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698