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

Unified Diff: chrome/browser/cocoa/status_bubble_mac.mm

Issue 55016: Don't order the bubble window front; it shows up just fine. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698