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

Side by Side Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 1221093002: Add support for refreshing contents of providers which don't support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** @fileoverview Externs generated from namespace: fileManagerPrivate */ 5 /** @fileoverview Externs generated from namespace: fileManagerPrivate */
6 6
7 /** 7 /**
8 * @typedef {{ 8 * @typedef {{
9 * taskId: string, 9 * taskId: string,
10 * title: string, 10 * title: string,
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 * volumeLabel: (string|undefined), 64 * volumeLabel: (string|undefined),
65 * profile: ProfileInfo, 65 * profile: ProfileInfo,
66 * sourcePath: (string|undefined), 66 * sourcePath: (string|undefined),
67 * volumeType: string, 67 * volumeType: string,
68 * deviceType: (string|undefined), 68 * deviceType: (string|undefined),
69 * devicePath: (string|undefined), 69 * devicePath: (string|undefined),
70 * isParentDevice: (boolean|undefined), 70 * isParentDevice: (boolean|undefined),
71 * isReadOnly: boolean, 71 * isReadOnly: boolean,
72 * hasMedia: boolean, 72 * hasMedia: boolean,
73 * configurable: boolean, 73 * configurable: boolean,
74 * watchable: boolean,
74 * mountCondition: (string|undefined), 75 * mountCondition: (string|undefined),
75 * mountContext: (string|undefined) 76 * mountContext: (string|undefined)
76 * }} 77 * }}
77 */ 78 */
78 var VolumeMetadata; 79 var VolumeMetadata;
79 80
80 /** 81 /**
81 * @typedef {{ 82 * @typedef {{
82 * eventType: string, 83 * eventType: string,
83 * status: string, 84 * status: string,
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 * devicePath: string 203 * devicePath: string
203 * }} 204 * }}
204 */ 205 */
205 var DeviceEvent; 206 var DeviceEvent;
206 207
207 /** 208 /**
208 * @typedef {{ 209 * @typedef {{
209 * extensionId: string, 210 * extensionId: string,
210 * name: string, 211 * name: string,
211 * configurable: boolean, 212 * configurable: boolean,
213 * watchable: boolean,
212 * multipleMounts: boolean, 214 * multipleMounts: boolean,
213 * source: string 215 * source: string
214 * }} 216 * }}
215 */ 217 */
216 var ProvidingExtension; 218 var ProvidingExtension;
217 219
218 /** 220 /**
219 * @typedef {{ 221 * @typedef {{
220 * id: string, 222 * id: string,
221 * title: (string|undefined) 223 * title: (string|undefined)
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 chrome.fileManagerPrivate.onPreferencesChanged; 662 chrome.fileManagerPrivate.onPreferencesChanged;
661 663
662 /** @type {!ChromeEvent} */ 664 /** @type {!ChromeEvent} */
663 chrome.fileManagerPrivate.onDriveConnectionStatusChanged; 665 chrome.fileManagerPrivate.onDriveConnectionStatusChanged;
664 666
665 /** @type {!ChromeEvent} */ 667 /** @type {!ChromeEvent} */
666 chrome.fileManagerPrivate.onDeviceChanged; 668 chrome.fileManagerPrivate.onDeviceChanged;
667 669
668 /** @type {!ChromeEvent} */ 670 /** @type {!ChromeEvent} */
669 chrome.fileManagerPrivate.onDriveSyncError; 671 chrome.fileManagerPrivate.onDriveSyncError;
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698