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

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

Issue 337035: Replace ExtensionAction with ExtensionAction2. (Closed)
Patch Set: Remove todo Created 11 years, 2 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/extension_page_actions_module.h
diff --git a/chrome/browser/extensions/extension_page_actions_module.h b/chrome/browser/extensions/extension_page_actions_module.h
index f991d719dfaa362ae80127b675e6cda95d4df100..42225fc0c5b6f0a18a3d79b1b53634d0b64edf7a 100644
--- a/chrome/browser/extensions/extension_page_actions_module.h
+++ b/chrome/browser/extensions/extension_page_actions_module.h
@@ -8,7 +8,7 @@
#include "chrome/browser/extensions/extension_function.h"
class TabContents;
-class ExtensionAction2;
+class ExtensionAction;
class PageActionFunction : public SyncExtensionFunction {
protected:
@@ -17,7 +17,7 @@ class PageActionFunction : public SyncExtensionFunction {
bool InitCommon(int tab_id);
bool SetVisible(bool visible);
- ExtensionAction2* page_action_;
+ ExtensionAction* page_action_;
TabContents* contents_;
};
« no previous file with comments | « chrome/browser/extensions/extension_file_util.cc ('k') | chrome/browser/extensions/extension_page_actions_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698