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, |