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

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

Issue 8425007: Make the shadow for the fullscreen exit bubble for mac more prominent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasre Created 9 years, 1 month 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
Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
index 6bc2bcb54b135426fa19d6e538c32417d030be38..74ab45828eb1054eaac77af33cb9abb5257aa137 100644
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h
@@ -13,7 +13,6 @@ class TabContentsWrapper;
@class BrowserWindowController;
class Browser;
@class GTMUILocalizerAndLayoutTweaker;
-@class InfoBubbleView;
// The FullscreenExitBubbleController manages the bubble that tells the user
// how to escape fullscreen mode. The bubble only appears when a tab requests
@@ -32,7 +31,6 @@ class Browser;
IBOutlet NSTextField* messageLabel_;
IBOutlet NSButton* allowButton_;
IBOutlet NSButton* denyButton_;
- IBOutlet InfoBubbleView* bubble_;
IBOutlet GTMUILocalizerAndLayoutTweaker* tweaker_;
// Text fields don't work as well with embedded links as text views, but
« no previous file with comments | « chrome/app/nibs/FullscreenExitBubble.xib ('k') | chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698