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

Unified Diff: extensions/common/api/app_current_window_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/app_current_window_internal.idl
diff --git a/extensions/common/api/app_current_window_internal.idl b/extensions/common/api/app_current_window_internal.idl
index 520ee7ead9ed4be3aa7358eab4968651ba45affc..e6dc17d198a29b7e3655f7c2d21224ab061c92e0 100644
--- a/extensions/common/api/app_current_window_internal.idl
+++ b/extensions/common/api/app_current_window_internal.idl
@@ -4,7 +4,7 @@
// This is used by the app window API internally to pass through messages to
// the shell window.
-[use_movable_types=true] namespace app.currentWindowInternal {
+namespace app.currentWindowInternal {
// Null or undefined indicates that a value should not change.
dictionary Bounds {

Powered by Google App Engine
This is Rietveld 408576698