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

Unified Diff: chrome/browser/ui/webui/downloads_dom_handler.cc

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/ui/webui/chrome_web_ui_factory.cc ('k') | chrome/browser/ui/webui/repost_form_warning_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/downloads_dom_handler.cc
diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
index 137af2da92c1bbb068fc8ed4e3f7f60184040df6..51712d6f2da4530d668aef1bc66ccf87719a11f4 100644
--- a/chrome/browser/ui/webui/downloads_dom_handler.cc
+++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
@@ -358,7 +358,8 @@ void DownloadsDOMHandler::HandleClearAll(const ListValue* args) {
void DownloadsDOMHandler::HandleOpenDownloadsFolder(const ListValue* args) {
CountDownloadsDOMEvents(DOWNLOADS_DOM_EVENT_OPEN_FOLDER);
platform_util::OpenItem(
- DownloadPrefs::FromDownloadManager(download_manager_)->download_path());
+ DownloadPrefs::FromDownloadManager(download_manager_)->download_path(),
+ NULL);
}
// DownloadsDOMHandler, private: ----------------------------------------------
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_factory.cc ('k') | chrome/browser/ui/webui/repost_form_warning_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698