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

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

Issue 1872223002: Add verbs API to file handlers. Modify the Chrome OS UI so that it displayes the internationalized … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move back to "open-with" for the id of the more actions dialog, as it breaks some browsers tests, a… Created 4 years, 7 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 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',
+};

Powered by Google App Engine
This is Rietveld 408576698