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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 2451713002: Propagate the read_only_hardware flag of volumes to js. (Closed)
Patch Set: Fix comment. Created 4 years, 2 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: third_party/closure_compiler/externs/file_manager_private.js
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index 34fc49ec9f034232c4126a41a151f00a8f63a7a2..3f3821d6e2007bedcae25cb93798477c486517a3 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -69,6 +69,7 @@ var ProfileInfo;
* devicePath: (string|undefined),
* isParentDevice: (boolean|undefined),
* isReadOnly: boolean,
+ * isReadOnlyHardware: boolean,
* hasMedia: boolean,
* configurable: boolean,
* watchable: boolean,

Powered by Google App Engine
This is Rietveld 408576698