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

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

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 | « chrome/browser/chromeos/extensions/file_manager_util.h ('k') | chrome/browser/platform_util_chromeos.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.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.cc b/chrome/browser/chromeos/extensions/file_manager_util.cc
index c19fff3b78d3f1f34acb19713af19d688dca10fc..3d79af45bb06d511e2fe498b23345a061860462e 100644
--- a/chrome/browser/chromeos/extensions/file_manager_util.cc
+++ b/chrome/browser/chromeos/extensions/file_manager_util.cc
@@ -524,7 +524,7 @@ bool TryOpeningFileBrowser(Profile* profile, const FilePath& path) {
return false;
}
-void ViewFile(const FilePath& path, bool deprecated_enqueue) {
+void ViewFile(const FilePath& path) {
Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
if (!TryOpeningFileBrowser(profile, path) &&
!TryViewingFile(profile, path)) {
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager_util.h ('k') | chrome/browser/platform_util_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698