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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.h

Issue 10834383: Chrome OS "open with" picker allowing Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: tiny 80 chars fix Created 8 years, 3 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/browser/chromeos/extensions/file_browser_private_api.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_browser_private_api.h
index c390048f7bf58763c1b153a4fd177b62f925a82c..f8dc42dcdf302f7b5a14349eed8622957b1e8588 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
@@ -170,6 +170,10 @@ class GetFileTasksFileBrowserFunction : public AsyncExtensionFunction {
ListValue* result_list,
bool* default_already_set);
+ // Find the list of Web Intent tasks that can be used with the given file
+ // types, appending them to the |result_list|.
+ bool FindWebIntentTasks(const std::vector<GURL>& file_urls,
+ ListValue* result_list);
};
// Implements the chrome.fileBrowserPrivate.executeTask method.

Powered by Google App Engine
This is Rietveld 408576698