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

Unified Diff: chrome/browser/extensions/api/declarative/declarative_api.h

Issue 10389168: Revert 137388 - Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/declarative/declarative_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/declarative/declarative_api.h
===================================================================
--- chrome/browser/extensions/api/declarative/declarative_api.h (revision 137393)
+++ chrome/browser/extensions/api/declarative/declarative_api.h (working copy)
@@ -33,7 +33,7 @@
class AddRulesFunction : public RulesFunction {
public:
- DECLARE_EXTENSION_FUNCTION_NAME("events.addRules");
+ DECLARE_EXTENSION_FUNCTION_NAME("declarative.addRules");
protected:
virtual ~AddRulesFunction() {}
@@ -44,7 +44,7 @@
class RemoveRulesFunction : public RulesFunction {
public:
- DECLARE_EXTENSION_FUNCTION_NAME("events.removeRules");
+ DECLARE_EXTENSION_FUNCTION_NAME("declarative.removeRules");
protected:
virtual ~RemoveRulesFunction() {}
@@ -55,7 +55,7 @@
class GetRulesFunction : public RulesFunction {
public:
- DECLARE_EXTENSION_FUNCTION_NAME("events.getRules");
+ DECLARE_EXTENSION_FUNCTION_NAME("declarative.getRules");
protected:
virtual ~GetRulesFunction() {}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/declarative/declarative_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698