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

Unified Diff: extensions/common/api/diagnostics.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/diagnostics.idl
diff --git a/extensions/common/api/diagnostics.idl b/extensions/common/api/diagnostics.idl
index f340fafeb8620ffe9a9275a3215125f007f54837..5f8f31d76aeec545280573d7f442b23006ac1d26 100644
--- a/extensions/common/api/diagnostics.idl
+++ b/extensions/common/api/diagnostics.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.diagnostics</code> API to query various properties of
// the environment that may be useful for diagnostics.
-[use_movable_types=true] namespace diagnostics {
+namespace diagnostics {
dictionary SendPacketOptions {
// Target IP address.
DOMString ip;

Powered by Google App Engine
This is Rietveld 408576698