Chromium Code Reviews| Index: chrome/browser/cocoa/status_bubble_mac.mm |
| =================================================================== |
| --- chrome/browser/cocoa/status_bubble_mac.mm (revision 12584) |
| +++ chrome/browser/cocoa/status_bubble_mac.mm (working copy) |
| @@ -213,7 +213,6 @@ |
| [parent_ addChildWindow:window_ ordered:NSWindowAbove]; |
| [window_ setAlphaValue:0.0f]; |
| - [window_ orderFront:nil]; |
|
Scott Hess - ex-Googler
2009/04/01 00:36:39
I noticed this with the omnibox things, too. I do
Avi (use Gerrit)
2009/04/01 00:48:06
That might be a good idea, but for now this seems
|
| offset_ = 0; |
| [view setStyle:STYLE_STANDARD]; |