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

Unified Diff: chrome/common/extensions/api/chrome_web_view_internal.json

Issue 1828683002: [Extensions] Convert APIs to use movable types [3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Antony's 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: chrome/common/extensions/api/chrome_web_view_internal.json
diff --git a/chrome/common/extensions/api/chrome_web_view_internal.json b/chrome/common/extensions/api/chrome_web_view_internal.json
index 0797d47eca429946d4eac55d0932851413efc0f1..225147f93806ceb255540bbb7c90e5c7370894f2 100644
--- a/chrome/common/extensions/api/chrome_web_view_internal.json
+++ b/chrome/common/extensions/api/chrome_web_view_internal.json
@@ -7,7 +7,8 @@
"namespace": "chromeWebViewInternal",
"description": "none",
"compiler_options": {
- "implemented_in": "chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.h"
+ "implemented_in": "chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.h",
+ "use_movable_types": true
},
"dependencies": ["contextMenusInternal", "contextMenus"],
"types": [

Powered by Google App Engine
This is Rietveld 408576698