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

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

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (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
« no previous file with comments | « extensions/common/api/extensions_manifest_types.json ('k') | extensions/common/api/hid.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/guest_view_internal.json
diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json
index 90c5d4e7b0e81a7f8106c2c3cb767de61473856d..e7756b54b62bbd93c4ce09f02cd0e1e3d708fc44 100644
--- a/extensions/common/api/guest_view_internal.json
+++ b/extensions/common/api/guest_view_internal.json
@@ -6,7 +6,8 @@
{
"namespace": "guestViewInternal",
"compiler_options": {
- "implemented_in": "extensions/browser/api/guest_view/guest_view_internal_api.h"
+ "implemented_in": "extensions/browser/api/guest_view/guest_view_internal_api.h",
+ "use_movable_types": true
},
"description": "none",
"types": [
« no previous file with comments | « extensions/common/api/extensions_manifest_types.json ('k') | extensions/common/api/hid.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698