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

Unified Diff: chrome/browser/cocoa/content_blocked_bubble_controller.h

Issue 1527012: Mac: Make content bubbles wider in languages that have long translations of "Manage" and "Done. (Closed)
Patch Set: wide Created 10 years, 8 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
Index: chrome/browser/cocoa/content_blocked_bubble_controller.h
diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller.h b/chrome/browser/cocoa/content_blocked_bubble_controller.h
index 6b325a4feed8e8224443f335f5d3121ddc2b1f06..669c437cfca32a08d773c34eb7241bb443b58911 100644
--- a/chrome/browser/cocoa/content_blocked_bubble_controller.h
+++ b/chrome/browser/cocoa/content_blocked_bubble_controller.h
@@ -31,6 +31,9 @@ typedef std::map<NSButton*, int> PopupLinks;
IBOutlet NSTextField* titleLabel_;
IBOutlet NSMatrix* allowBlockRadioGroup_;
+ IBOutlet NSButton* manageButton_;
+ IBOutlet NSButton* doneButton_;
+
// The container for the bubble contents of the geolocation bubble.
IBOutlet NSView* contentsContainer_;

Powered by Google App Engine
This is Rietveld 408576698