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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h

Issue 82593002: [rAC, OSX] Align bubble arrow based on location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comment fixes. Created 7 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 | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_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/autofill/autofill_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
index b6538e85f269f15fdb2b7173e80664001234c459..ebdbfd138da00e9aa51a1541bc19f0fe77a01f48 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
@@ -21,6 +21,9 @@
- (id)initWithParentWindow:(NSWindow*)parentWindow
message:(NSString*)message;
+// Maximum width that the bubble will occupy, regardless of message size.
+- (CGFloat)maxWidth;
+
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698