Index: chrome/browser/chromeos/extensions/file_manager_util.h |
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager_util.h |
index c1dd8cb00083ea91a1bf6688dac91c17d68516dc..7bbb33daf957f7a26fddd16f22064f04d189128f 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager_util.h |
+++ b/chrome/browser/chromeos/extensions/file_manager_util.h |
@@ -67,8 +67,7 @@ void ViewRemovableDrive(const FilePath& path); |
void ViewFolder(const FilePath& dir); |
// Opens file with the default File Browser handler. |
-// TODO(kaznacheev) remove the deprecated_enqueue parameter. |
-void ViewFile(const FilePath& path, bool deprecated_enqueue); |
+void ViewFile(const FilePath& path); |
// Opens file browser on the folder containing the file, with the file selected. |
void ShowFileInFolder(const FilePath& path); |