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

Unified Diff: extensions/common/api/document_scan.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/document_scan.idl
diff --git a/extensions/common/api/document_scan.idl b/extensions/common/api/document_scan.idl
index da0c2c92db11f439bff1ea143dd287917fe66b27..a2bdcca45c030b843c8754b09eb971f86da9d1fb 100644
--- a/extensions/common/api/document_scan.idl
+++ b/extensions/common/api/document_scan.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.documentScan</code> API to discover and retrieve
// images from attached paper document scanners.
-[use_movable_types=true] namespace documentScan {
+namespace documentScan {
dictionary ScanOptions {
// The MIME types that are accepted by the caller.
DOMString[]? mimeTypes;

Powered by Google App Engine
This is Rietveld 408576698