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

Unified Diff: chrome/browser/ui/browser_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: Updated so that the yellow thing occurs only when the content setting is set to allow 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/browser_content_setting_bubble_model_delegate.h
diff --git a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.h b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.h
index 417176cf676d359828c76564f35dace61a42d94d..8d359286f1bcb5caa0117309211411ac7e257f88 100644
--- a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.h
+++ b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.h
@@ -23,6 +23,7 @@ class BrowserContentSettingBubbleModelDelegate
virtual void ShowCollectedCookiesDialog(
content::WebContents* web_contents) OVERRIDE;
virtual void ShowContentSettingsPage(ContentSettingsType type) OVERRIDE;
+ virtual void ShowLearnMorePage(ContentSettingsType type) OVERRIDE;
private:
Browser* browser_;

Powered by Google App Engine
This is Rietveld 408576698