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

Unified Diff: chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc

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/chromeos/login/ui/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
index 820919d18d7d2f8514b67a8924f67c99f8cb5697..e9209a2e5ae8b597e5f1de7707ce0e6a850bb69e 100644
--- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
@@ -114,6 +114,9 @@ class StubBubbleModelDelegate : public ContentSettingBubbleModelDelegate {
virtual void ShowContentSettingsPage(ContentSettingsType type) OVERRIDE {
}
+ virtual void ShowLearnMorePage(ContentSettingsType type) OVERRIDE {
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(StubBubbleModelDelegate);
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser_content_setting_bubble_model_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698