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

Unified Diff: extensions/common/api/events.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/events.json
diff --git a/extensions/common/api/events.json b/extensions/common/api/events.json
index 98e823bdf91d4c81c3c76a6c0a4d21c09df8f510..ba31dea3ae6518f8d5d05b8dd295103113b90fdd 100644
--- a/extensions/common/api/events.json
+++ b/extensions/common/api/events.json
@@ -7,8 +7,7 @@
"namespace": "events",
"description": "The <code>chrome.events</code> namespace contains common types used by APIs dispatching events to notify you when something interesting happens.",
"compiler_options": {
- "implemented_in": "extensions/browser/api/declarative/declarative_api.h",
- "use_movable_types": true
+ "implemented_in": "extensions/browser/api/declarative/declarative_api.h"
},
"types": [
{

Powered by Google App Engine
This is Rietveld 408576698