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

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

Issue 1842953002: [Extensions] Convert APIs to use movable types [13] (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/system_network.idl ('k') | extensions/common/api/web_request.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/system_storage.idl
diff --git a/extensions/common/api/system_storage.idl b/extensions/common/api/system_storage.idl
index f5ca4d56a9c3ac7edd6c789804d3db60c6f48d52..c10251c8b25290e1a36b12eff2fd3c60388d145e 100644
--- a/extensions/common/api/system_storage.idl
+++ b/extensions/common/api/system_storage.idl
@@ -5,7 +5,7 @@
// Use the <code>chrome.system.storage</code> API to query storage device
// information and be notified when a removable storage device is attached and
// detached.
-namespace system.storage {
+[use_movable_types=true] namespace system.storage {
enum StorageUnitType {
// The storage has fixed media, e.g. hard disk or SSD.
« no previous file with comments | « extensions/common/api/system_network.idl ('k') | extensions/common/api/web_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698