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

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

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: Remove unused internationalization function on C++ code. Created 4 years, 8 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: chrome/common/extensions/api/file_manager_private.idl
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
index 8313ea9bcac3ef2f83b6450805f1eeaf2ff11afe..cad6deb2749de1cf6d7c6091b10eebf1f018ce3f 100644
--- a/chrome/common/extensions/api/file_manager_private.idl
+++ b/chrome/common/extensions/api/file_manager_private.idl
@@ -196,6 +196,10 @@ dictionary FileTask {
// Task title (ex. App name).
DOMString title;
+ // Task verb (ex. Open With). Can be empty string in case of no verb
+ // (i.e. for FileBrowserHandler).
+ DOMString verb;
+
// Task icon url (from chrome://extension-icon/...)
DOMString iconUrl;

Powered by Google App Engine
This is Rietveld 408576698