| 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 ce3e0afa84c276ae55fc92f3c83a8035e2a452b1..0a7f1ed3c507ff61acb31ab6bb120fc58f2a159a 100644
|
| --- a/third_party/closure_compiler/externs/file_manager_private.js
|
| +++ b/third_party/closure_compiler/externs/file_manager_private.js
|
| @@ -682,3 +682,11 @@ chrome.fileManagerPrivate.onDeviceChanged;
|
|
|
| /** @type {!ChromeEvent} */
|
| chrome.fileManagerPrivate.onDriveSyncError;
|
| +
|
| +/** @enum {string} */
|
| +chrome.fileManagerPrivate.Verb = {
|
| + OPEN_WITH: 'open_with',
|
| + ADD_TO: 'add_to',
|
| + PACK_WITH: 'pack_with',
|
| + SHARE_WITH: 'share_with',
|
| +};
|
|
|