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

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

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 1e9dae7fb4db5643cde2a8ce600c5cd2581b6c4c..8450fdebc13948a0db292d47bbcdb521336c8ad1 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
@@ -199,13 +199,6 @@ class GetFileTasksFileBrowserFunction : public AsyncExtensionFunction {
ListValue* result_list,
bool* default_already_set);
-#if defined(ENABLE_WEB_INTENTS)
- // 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<base::FilePath>& file_paths,
- ListValue* result_list);
-#endif
-
// Find the list of app file handlers that can be used with the given file
// types, appending them to the |result_list|.
bool FindAppTasks(const std::vector<base::FilePath>& file_paths,

Powered by Google App Engine
This is Rietveld 408576698