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

Unified Diff: chrome/browser/views/info_bubble.cc

Issue 150171: Convert menu strings to UTF16, fix some views-GTK build errors. (Closed)
Patch Set: Created 11 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/views/info_bubble.cc
diff --git a/chrome/browser/views/info_bubble.cc b/chrome/browser/views/info_bubble.cc
index 7fa99de0e151d371d5ebeb27b881ffae2d14ccf3..a4d57ffee208e14c6563385afbbbb5415cb4a115 100644
--- a/chrome/browser/views/info_bubble.cc
+++ b/chrome/browser/views/info_bubble.cc
@@ -135,7 +135,7 @@ void InfoBubble::Init(views::Window* parent,
#if defined(OS_WIN)
WidgetWin::Init(parent->GetNativeWindow(), bounds);
#else
- WidgetGtk::Init(GTK_WIDGET(parent->GetNativeWindow()), bounds, true);
+ WidgetGtk::Init(GTK_WIDGET(parent->GetNativeWindow()), bounds);
#endif
SetContentsView(content_view_);
// The preferred size may differ when parented. Ask for the bounds again
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/browser/views/tab_contents/render_view_context_menu_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698