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

Unified Diff: content/browser/download/base_file.h

Issue 6973052: When the download folder does not exist, change the download folder to a user's "Downloads" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Applied Pawel's comments Created 9 years, 4 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 | « content/browser/DEPS ('k') | content/browser/download/base_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/base_file.h
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index d07fb1d561eab8cc8598c49258fc077bf26255d2..b58eb2c858e1691f28c131312e20d88119d046eb 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -32,7 +32,7 @@ class BaseFile {
const linked_ptr<net::FileStream>& file_stream);
virtual ~BaseFile();
- // If calculate_hash is true, sha256 hash will be calculated.
+ // If |calculate_hash| is true, sha256 hash will be calculated.
bool Initialize(bool calculate_hash);
// Write a new chunk of data to the file. Returns true on success (all bytes
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/download/base_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698