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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (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/guest_view_internal.json
diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json
index e7756b54b62bbd93c4ce09f02cd0e1e3d708fc44..90c5d4e7b0e81a7f8106c2c3cb767de61473856d 100644
--- a/extensions/common/api/guest_view_internal.json
+++ b/extensions/common/api/guest_view_internal.json
@@ -6,8 +6,7 @@
{
"namespace": "guestViewInternal",
"compiler_options": {
- "implemented_in": "extensions/browser/api/guest_view/guest_view_internal_api.h",
- "use_movable_types": true
+ "implemented_in": "extensions/browser/api/guest_view/guest_view_internal_api.h"
},
"description": "none",
"types": [

Powered by Google App Engine
This is Rietveld 408576698