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

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

Issue 1215533003: Add a refresh button for providers which do not support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 0e75529fc8ca8137000203bae086971f197a0d52..cd88c101ec9da10752b972d8aa9a4a3af21c74b1 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -71,6 +71,7 @@ var ProfileInfo;
* isReadOnly: boolean,
* hasMedia: boolean,
* configurable: boolean,
+ * watchable: boolean,
* mountCondition: (string|undefined),
* mountContext: (string|undefined)
* }}
@@ -209,6 +210,7 @@ var DeviceEvent;
* extensionId: string,
* name: string,
* configurable: boolean,
+ * watchable: boolean,
* multipleMounts: boolean,
* source: string
* }}

Powered by Google App Engine
This is Rietveld 408576698