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

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

Issue 10815024: Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: chrome/browser/ui/webui/screenshot_source.cc
===================================================================
--- chrome/browser/ui/webui/screenshot_source.cc (revision 147600)
+++ chrome/browser/ui/webui/screenshot_source.cc (working copy)
@@ -104,7 +104,7 @@
int64 file_size = 0;
DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(
ash::Shell::GetInstance()->delegate()->GetCurrentBrowserContext());
- FilePath file = download_prefs->download_path().Append(decoded_filename);
+ FilePath file = download_prefs->DownloadPath().Append(decoded_filename);
if (!file_util::GetFileSize(file, &file_size)) {
CacheAndSendScreenshot(screenshot_path, request_id, read_bytes);
return;
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698