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

Unified Diff: chrome/common/extensions/api/sync_file_system.idl

Issue 1827083005: [Extensions] Convert APIs to use movable types [9] (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 | « chrome/common/extensions/api/streams_private.idl ('k') | chrome/common/extensions/api/system_indicator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/sync_file_system.idl
diff --git a/chrome/common/extensions/api/sync_file_system.idl b/chrome/common/extensions/api/sync_file_system.idl
index 711625661e9148a4fc0794c453a4a8672ca718b9..27e0257d4bc98785e604dec5222437e3cf6cc9e9 100644
--- a/chrome/common/extensions/api/sync_file_system.idl
+++ b/chrome/common/extensions/api/sync_file_system.idl
@@ -8,7 +8,7 @@
// caching usage so that the same data can be available across different
// clients. Read <a href="app_storage.html">Manage Data</a> for more on using
// this API.
-namespace syncFileSystem {
+[use_movable_types=true] namespace syncFileSystem {
enum SyncAction {
added, updated, deleted
};
« no previous file with comments | « chrome/common/extensions/api/streams_private.idl ('k') | chrome/common/extensions/api/system_indicator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698