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

Unified Diff: extensions/common/api/extension_options_internal.idl

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/extension_options_internal.idl
diff --git a/extensions/common/api/extension_options_internal.idl b/extensions/common/api/extension_options_internal.idl
index e82bec1c069a269215301415653e29dba686a657..78052d1450817116734fe72f04f343857f57ef5c 100644
--- a/extensions/common/api/extension_options_internal.idl
+++ b/extensions/common/api/extension_options_internal.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// Internal API for the <extensiontoptions> tag
-[use_movable_types=true] namespace extensionOptionsInternal {
+namespace extensionOptionsInternal {
dictionary SizeChangedOptions {
long oldWidth;
long oldHeight;

Powered by Google App Engine
This is Rietveld 408576698