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

Unified Diff: chrome/browser/ui/webui/chromeos/active_downloads_ui.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/platform_util_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
index 9bcdc624caea134c017e463dcdcb30e41a55afea..9fffad1ef52bd0244dbad6ebecf9df125d8a8a52 100644
--- a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
@@ -245,8 +245,7 @@ void ActiveDownloadsHandler::HandleShowAllFiles(const ListValue* args) {
}
void ActiveDownloadsHandler::ViewFile(const ListValue* args) {
- file_manager_util::ViewFile(FilePath(UTF16ToUTF8(ExtractStringValue(args))),
- false);
+ file_manager_util::ViewFile(FilePath(UTF16ToUTF8(ExtractStringValue(args))));
}
void ActiveDownloadsHandler::ModelChanged(DownloadManager* manager) {
« no previous file with comments | « chrome/browser/platform_util_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698