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

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

Issue 7324031: Revert 91861 - When the download folder does not exist, change the download folder to a user's "D... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/download/base_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/base_file.h
===================================================================
--- chrome/browser/download/base_file.h (revision 91868)
+++ chrome/browser/download/base_file.h (working copy)
@@ -32,7 +32,7 @@
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 | « no previous file | chrome/browser/download/base_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698