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

Unified Diff: trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm

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 | « trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm ('k') | no next file » | 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_tooltip_controller_unittest.mm
===================================================================
--- trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm (revision 241090)
+++ trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm (working copy)
@@ -14,8 +14,7 @@
public:
virtual void SetUp() OVERRIDE {
CocoaTest::SetUp();
- controller_.reset([[AutofillTooltipController alloc]
- initWithArrowLocation:info_bubble::kTopCenter]);
+ controller_.reset([[AutofillTooltipController alloc] init]);
[[test_window() contentView] addSubview:[controller_ view]];
}
« no previous file with comments | « trunk/src/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698