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

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: Keep only Verb enum in file_manager_private.js. 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..41ba372bdc98f94d8d4c2a7ab396eff9ff6103e2 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -682,3 +682,10 @@ 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',
+};

Powered by Google App Engine
This is Rietveld 408576698