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

Unified Diff: extensions/common/api/system_storage.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/system_storage.idl
diff --git a/extensions/common/api/system_storage.idl b/extensions/common/api/system_storage.idl
index c10251c8b25290e1a36b12eff2fd3c60388d145e..f5ca4d56a9c3ac7edd6c789804d3db60c6f48d52 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.
-[use_movable_types=true] namespace system.storage {
+namespace system.storage {
enum StorageUnitType {
// The storage has fixed media, e.g. hard disk or SSD.

Powered by Google App Engine
This is Rietveld 408576698