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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api.h

Issue 11747025: Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ms release build Created 7 years, 11 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/api/web_request/web_request_api.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
index d0fb338e34709dea73fcdceb37529a8a06421804..c7e567ae17d9b2fe276763430799bf628aca01a5 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api.h
@@ -433,12 +433,13 @@ class WebRequestEventHandled : public SyncIOThreadExtensionFunction {
virtual bool RunImpl() OVERRIDE;
};
-class WebRequestHandlerBehaviorChanged : public SyncIOThreadExtensionFunction {
+class WebRequestHandlerBehaviorChangedFunction
+ : public SyncIOThreadExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION_NAME("webRequest.handlerBehaviorChanged");
protected:
- virtual ~WebRequestHandlerBehaviorChanged() {}
+ virtual ~WebRequestHandlerBehaviorChangedFunction() {}
// ExtensionFunction:
virtual void GetQuotaLimitHeuristics(

Powered by Google App Engine
This is Rietveld 408576698