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

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

Issue 12897004: Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixup more BubbleDelegateView::Show() calls. Created 7 years, 9 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..c5658ec10f640b4a2af0a9bf789f5d1c4a414f4b 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
@@ -136,5 +136,5 @@ void ContentSettingImageView::OnClick(LocationBarView* parent) {
views::BubbleBorder::TOP_RIGHT);
bubble_widget_ = parent->delegate()->CreateViewsBubble(bubble);
bubble_widget_->AddObserver(this);
- bubble->Show();
+ bubble->GetWidget()->Show();
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698