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

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

Issue 116973002: Revert 241085 "[rAc] [OSX] Set tooltip bubble arrow's anchor poi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 | trunk/src/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: trunk/src/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
===================================================================
--- trunk/src/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h (revision 241090)
+++ trunk/src/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h (working copy)
@@ -9,7 +9,6 @@
#include "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
-#import "chrome/browser/ui/cocoa/info_bubble_view.h"
// Bubble controller for field validation error bubbles.
@interface AutofillBubbleController : BaseBubbleController {
@@ -25,11 +24,10 @@
message:(NSString*)message;
// Designated initializer. Creates a bubble with given |message| and insets the
-// text content by |inset|, with the arrow positioned at |arrowLocation|.
+// text content by |inset|.
- (id)initWithParentWindow:(NSWindow*)parentWindow
message:(NSString*)message
- inset:(NSSize)inset
- arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
+ inset:(NSSize)inset;
// Maximum width that the bubble will occupy, regardless of message size.
- (CGFloat)maxWidth;
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698