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

Unified Diff: extensions/common/api/web_request_internal.json

Issue 1843163003: [Extensions] Convert APIs to use movable types [14] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: extensions/common/api/web_request_internal.json
diff --git a/extensions/common/api/web_request_internal.json b/extensions/common/api/web_request_internal.json
index 4adcd06dacb97991fb7f4c7c1faa14416801bf6c..2fb82daa335889af05d34a21679d863761412d6a 100644
--- a/extensions/common/api/web_request_internal.json
+++ b/extensions/common/api/web_request_internal.json
@@ -7,7 +7,8 @@
"namespace": "webRequestInternal",
"description": "none",
"compiler_options": {
- "implemented_in": "extensions/browser/api/web_request/web_request_api.h"
+ "implemented_in": "extensions/browser/api/web_request/web_request_api.h",
+ "use_movable_types": true
},
"types": [
{

Powered by Google App Engine
This is Rietveld 408576698