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

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

Issue 496863003: Consolidate ExtensionAction execution code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 93560ce967d73f0acad270629200eb6f87c9c8e4..6076dd47018b43ee48a2bd5d45904dd32a210de6 100644
--- a/chrome/browser/extensions/page_action_controller.h
+++ b/chrome/browser/extensions/page_action_controller.h
@@ -27,8 +27,6 @@ class PageActionController : public LocationBarController::ActionProvider,
// LocationBarController::Provider implementation.
virtual ExtensionAction* GetActionForExtension(const Extension* extension)
OVERRIDE;
- virtual ExtensionAction::ShowAction OnClicked(
- const Extension* extension) OVERRIDE;
virtual void OnNavigated() OVERRIDE;
private:
« 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