| Index: chrome/browser/views/browser_bubble_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/browser_bubble_win.cc (revision 18869)
|
| +++ chrome/browser/views/browser_bubble_win.cc (working copy)
|
| @@ -24,9 +24,7 @@
|
| #endif
|
| // A focus manager is necessary if you want to be able to handle various
|
| // mouse events properly.
|
| - pop->Init(frame_native_view_,
|
| - bounds_,
|
| - true); // Give the widget a focus manager.
|
| + pop->Init(frame_native_view_, bounds_);
|
| pop->SetContentsView(view_);
|
| popup_.reset(pop);
|
| Reposition();
|
|
|