| 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 f42c42496752efadf737cc3364e4c9f9ff5a2eb9..5615d14342af74c3f761b53c2559d752b05b7b9c 100644
|
| --- a/third_party/closure_compiler/externs/file_manager_private.js
|
| +++ b/third_party/closure_compiler/externs/file_manager_private.js
|
| @@ -692,6 +692,9 @@ chrome.fileManagerPrivate.onDeviceChanged;
|
| /** @type {!ChromeEvent} */
|
| chrome.fileManagerPrivate.onDriveSyncError;
|
|
|
| +/** @type {!ChromeEvent} */
|
| +chrome.fileManagerPrivate.onAppsUpdated;
|
| +
|
| /** @enum {string} */
|
| chrome.fileManagerPrivate.Verb = {
|
| OPEN_WITH: 'open_with',
|
|
|