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

Unified Diff: extensions/common/api/serial.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/serial.idl
diff --git a/extensions/common/api/serial.idl b/extensions/common/api/serial.idl
index 2fc735b0d9f490367d238b94a5821b8eba7a0029..94029dcc1c465e46cafd4f4816239e1fdcf6d1ce 100644
--- a/extensions/common/api/serial.idl
+++ b/extensions/common/api/serial.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.serial</code> API to read from and write to a device
// connected to a serial port.
-[use_movable_types=true] namespace serial {
+namespace serial {
dictionary DeviceInfo {
// The device's system path. This should be passed as the <code>path</code>

Powered by Google App Engine
This is Rietveld 408576698