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

Unified Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.cc

Issue 12208010: Adding device selection menus to the content setting bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed the windows code. Created 7 years, 10 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/views/location_bar/content_setting_image_view.cc
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
index 85ef6791f92c627fc0c68af77b5b3aa75c500ff2..66cc7c4c6bf95a7d97727260701419792664c459 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
@@ -131,6 +131,7 @@ void ContentSettingImageView::OnClick(LocationBarView* parent) {
web_contents,
profile,
content_setting_image_model_->get_content_settings_type()),
+ profile,
web_contents,
this,
views::BubbleBorder::TOP_RIGHT);

Powered by Google App Engine
This is Rietveld 408576698