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

Unified Diff: chrome/browser/extensions/page_action_controller.h

Issue 454053005: Consolidate ExtensionToolbarModel::Action and LocationBarController::Action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master for CQ Created 6 years, 4 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/extensions/page_action_controller.h
diff --git a/chrome/browser/extensions/page_action_controller.h b/chrome/browser/extensions/page_action_controller.h
index 179fd28bea77be617fe5d422a137cbd9ce1c32d8..763da32090928b7ddc50d79c92ce2e21fe6c31bb 100644
--- a/chrome/browser/extensions/page_action_controller.h
+++ b/chrome/browser/extensions/page_action_controller.h
@@ -25,7 +25,7 @@ class PageActionController : public LocationBarController::ActionProvider {
// LocationBarController::Provider implementation.
virtual ExtensionAction* GetActionForExtension(const Extension* extension)
OVERRIDE;
- virtual LocationBarController::Action OnClicked(
+ virtual ExtensionAction::ShowAction OnClicked(
const Extension* extension) OVERRIDE;
virtual void OnNavigated() OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/location_bar_controller.cc ('k') | chrome/browser/extensions/page_action_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698