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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_popup_controller.h

Issue 1162393003: Replace info_bubble::BubbleArrowLocation with views::BubbleBorder::Arrow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile in test Created 5 years, 7 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/ui/cocoa/extensions/extension_popup_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
index a9ffd5d693d3a2d4e7312a918d6f4851de438bd2..c597e17e77e9c7d454656199d6b3e3b1c0f9ef76 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
@@ -68,12 +68,11 @@ class ExtensionViewHost;
// Passing YES to |devMode| will launch the webkit inspector for the popup,
// and prevent the popup from closing when focus is lost. It will be closed
// after the inspector is closed, or another popup is opened.
-+ (ExtensionPopupController*)host:(scoped_ptr<extensions::ExtensionViewHost>)
- host
++ (ExtensionPopupController*)host:
+ (scoped_ptr<extensions::ExtensionViewHost>)host
inBrowser:(Browser*)browser
anchoredAt:(NSPoint)anchoredAt
- arrowLocation:(info_bubble::BubbleArrowLocation)
- arrowLocation
+ arrowLocation:(views::BubbleBorder::Arrow)arrowLocation
devMode:(BOOL)devMode;
// Returns the controller used to display the popup being shown. If no popup is

Powered by Google App Engine
This is Rietveld 408576698