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

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

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (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
« no previous file with comments | « extensions/common/api/dns.idl ('k') | extensions/common/api/events.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/document_scan.idl
diff --git a/extensions/common/api/document_scan.idl b/extensions/common/api/document_scan.idl
index a2bdcca45c030b843c8754b09eb971f86da9d1fb..da0c2c92db11f439bff1ea143dd287917fe66b27 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.
-namespace documentScan {
+[use_movable_types=true] namespace documentScan {
dictionary ScanOptions {
// The MIME types that are accepted by the caller.
DOMString[]? mimeTypes;
« no previous file with comments | « extensions/common/api/dns.idl ('k') | extensions/common/api/events.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698