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

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

Issue 10833009: Remove blur on bubble windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change alpha to 0.96 Created 8 years, 5 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 | « chrome/browser/ui/cocoa/info_bubble_view.mm ('k') | chrome/browser/ui/cocoa/info_bubble_window.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/info_bubble_window.h
diff --git a/chrome/browser/ui/cocoa/info_bubble_window.h b/chrome/browser/ui/cocoa/info_bubble_window.h
index ea681060123e9fe63453f1301435bc9bd5759fa5..27c77dc7ef3efc2a4384b64b8bc5560a04030d89 100644
--- a/chrome/browser/ui/cocoa/info_bubble_window.h
+++ b/chrome/browser/ui/cocoa/info_bubble_window.h
@@ -21,17 +21,12 @@ class AppNotificationBridge;
// If NO the window will never become key.
// Default YES.
BOOL canBecomeKeyWindow_;
- // If YES then things under the window will look blurred.
- // Default YES.
- BOOL hasBlurredBackground_;
// Bridge to proxy Chrome notifications to the window.
scoped_ptr<AppNotificationBridge> notificationBridge_;
}
@property(nonatomic) BOOL delayOnClose;
@property(nonatomic) BOOL canBecomeKeyWindow;
-// Only has an effect if called before the bubble is shown.
-@property(nonatomic) BOOL hasBlurredBackground;
// Returns YES if the window is in the process of closing.
// Can't use "windowWillClose" notification because that will be sent
« no previous file with comments | « chrome/browser/ui/cocoa/info_bubble_view.mm ('k') | chrome/browser/ui/cocoa/info_bubble_window.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698