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

Unified Diff: chrome/common/extensions/api/file_system_provider_internal.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: chrome/common/extensions/api/file_system_provider_internal.idl
diff --git a/chrome/common/extensions/api/file_system_provider_internal.idl b/chrome/common/extensions/api/file_system_provider_internal.idl
index 449e37cce2303bbd149bdee874006fd2a845f640..df9250269e9629337069de935253e588f7f748f1 100644
--- a/chrome/common/extensions/api/file_system_provider_internal.idl
+++ b/chrome/common/extensions/api/file_system_provider_internal.idl
@@ -5,8 +5,7 @@
// Internal, used by fileSystemProvider's custom bindings. These functions are
// called when events' callbacks are invoked.
[implemented_in="chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h",
- nodoc,
- use_movable_types=true]
+ nodoc]
namespace fileSystemProviderInternal {
interface Functions {
// Internal. Success callback of the <code>onUnmountRequested</code>

Powered by Google App Engine
This is Rietveld 408576698