| 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 524716bc68eee0d91ace2effa47dc4aa0a2a23be..cfca255ffc235033edb23bde56d4a2081c451a8d 100644
|
| --- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
|
| @@ -198,13 +198,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,
|
|
|