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

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

Issue 9969204: Removed obsolete parameter from file_manager_util::ViewFile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698