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 b259df5ed40c232b34ec35f14ae9cce8c3c9c6a6..3f7d837d1dc0057648c1d1718e714a4396559c5a 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<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<FilePath>& file_paths, |