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

Unified Diff: chrome/browser/ui/cocoa/info_bubble_window.mm

Issue 7585013: mac: Window buttons should keep "active" view when bubbles / tabpose are open on 10.7 (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 9 years, 4 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 | chrome/browser/ui/cocoa/tabpose_window.mm » ('j') | chrome/browser/ui/cocoa/tabpose_window.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/info_bubble_window.mm
diff --git a/chrome/browser/ui/cocoa/info_bubble_window.mm b/chrome/browser/ui/cocoa/info_bubble_window.mm
index 40f173cd3cc133445f0031189b0316a2b209ff03..cf236c1c6141ede21a7a2f2c11bff414f276a172 100644
--- a/chrome/browser/ui/cocoa/info_bubble_window.mm
+++ b/chrome/browser/ui/cocoa/info_bubble_window.mm
@@ -139,6 +139,10 @@ class AppNotificationBridge : public NotificationObserver {
return YES;
}
+- (BOOL)_sharesParentKeyState {
Robert Sesek 2011/08/05 19:19:43 Should comment what this does and on which OSes it
+ return YES;
+}
+
- (void)close {
// Block the window from receiving events while it fades out.
closing_ = YES;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabpose_window.mm » ('j') | chrome/browser/ui/cocoa/tabpose_window.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698