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

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

Issue 8447014: Cocoa: Fix clipping issue in search engine protector (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments 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
« no previous file with comments | « chrome/app/nibs/GlobalErrorBubble.xib ('k') | chrome/browser/ui/cocoa/global_error_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/global_error_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/global_error_bubble_controller.h b/chrome/browser/ui/cocoa/global_error_bubble_controller.h
index 63e56054d9838723d843c37a0e514a2f9f794276..9c61c8b3a28ddf0f9ffc4a09495b01c22b666822 100644
--- a/chrome/browser/ui/cocoa/global_error_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/global_error_bubble_controller.h
@@ -11,6 +11,8 @@
#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
class GlobalError;
+@class GTMUILocalizerAndLayoutTweaker;
+@class GTMWidthBasedTweaker;
// This is a bubble view shown from the wrench menu to display information
// about a global error.
@@ -24,6 +26,8 @@ class GlobalError;
IBOutlet NSTextField* message_;
IBOutlet NSButton* acceptButton_;
IBOutlet NSButton* cancelButton_;
+ IBOutlet GTMUILocalizerAndLayoutTweaker* layoutTweaker_;
+ IBOutlet GTMWidthBasedTweaker* buttonContainer_;
}
- (IBAction)onAccept:(id)sender;
« no previous file with comments | « chrome/app/nibs/GlobalErrorBubble.xib ('k') | chrome/browser/ui/cocoa/global_error_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698