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

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

Issue 911203002: [Extensions Toolbar Mac] Remove ToolbarActionViewDelegateCocoa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_action_platform_delegate_cocoa.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h b/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
index bbdac3044558c111b5603ba8966b6d8d723d20ce..f4e915f66d9e893f16381f872ad2a6ad004737c8 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
@@ -11,7 +11,6 @@
#include "content/public/browser/notification_registrar.h"
@class ExtensionPopupController;
-class ToolbarActionViewDelegateCocoa;
// The Cocoa-specific implementation for ExtensionActionPlatformDelegate.
class ExtensionActionPlatformDelegateCocoa
@@ -38,8 +37,8 @@ class ExtensionActionPlatformDelegateCocoa
const content::NotificationSource& source,
const content::NotificationDetails& details) override;
- // Returns the delegate in its Cocoa implementation.
- ToolbarActionViewDelegateCocoa* GetDelegateCocoa();
+ // Returns the point at which the popup should be shown.
+ NSPoint GetPopupPoint() const;
// The main controller for this extension action.
ExtensionActionViewController* controller_;

Powered by Google App Engine
This is Rietveld 408576698