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

Unified Diff: trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_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
Index: trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
===================================================================
--- trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h (revision 241090)
+++ trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h (working copy)
@@ -8,7 +8,6 @@
#import <Cocoa/Cocoa.h>
#include "base/mac/scoped_nsobject.h"
-#import "chrome/browser/ui/cocoa/info_bubble_view.h"
@class AutofillBubbleController;
@class AutofillTooltip;
@@ -26,13 +25,12 @@
base::scoped_nsobject<AutofillTooltip> view_;
AutofillBubbleController* bubbleController_;
NSString* message_;
- info_bubble::BubbleArrowLocation arrowLocation_;
}
// |message| to display in the tooltip.
@property(copy, nonatomic) NSString* message;
-- (id)initWithArrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
+- (id)init;
- (void)setImage:(NSImage*)image;
@end;

Powered by Google App Engine
This is Rietveld 408576698