summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authormtomasz <mtomasz@chromium.org>2015-05-10 21:57:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-11 04:57:27 +0000
commitc07e2cccb0d8b69e1b81fc2293ce8c7e5a2c5fb7 (patch)
treec62f91768ef33ca2ac32cd9b36cc411a73e38e40 /third_party
parent29229e583f295b1f7bfa698fe834147507f0b426 (diff)
downloadchromium_src-c07e2cccb0d8b69e1b81fc2293ce8c7e5a2c5fb7.zip
chromium_src-c07e2cccb0d8b69e1b81fc2293ce8c7e5a2c5fb7.tar.gz
chromium_src-c07e2cccb0d8b69e1b81fc2293ce8c7e5a2c5fb7.tar.bz2
Display mountable providers in the "Add new services" menu.
TEST=unit_tests: *ProvidersModel* + tested manually. BUG=74146 Review URL: https://codereview.chromium.org/1130393002 Cr-Commit-Position: refs/heads/master@{#329095}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/closure_compiler/externs/file_manager_private.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index 761dc6c..be3d1d9 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -204,8 +204,9 @@ var DeviceEvent;
* @typedef {{
* extensionId: string,
* name: string,
- * canConfigure: boolean,
- * canAdd: boolean
+ * configurable: boolean,
+ * multipleMounts: boolean,
+ * source: string
* }}
*/
var ProvidingExtension;