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

Unified Diff: util/file/file_reader.cc

Issue 982613002: handler: Add report upload (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 5 years, 10 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 | « util/file/file_reader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_reader.cc
diff --git a/util/file/file_reader.cc b/util/file/file_reader.cc
index c983f4f6e9ba0b22940f125c7a74c1a898ad2d15..edb3312632f5c57070b9ba76041e06238c3aa382 100644
--- a/util/file/file_reader.cc
+++ b/util/file/file_reader.cc
@@ -69,9 +69,7 @@ FileReader::FileReader()
FileReader::~FileReader() {
}
-bool FileReader::Open(const base::FilePath& path,
- FileWriteMode write_mode,
- FilePermissions permissions) {
+bool FileReader::Open(const base::FilePath& path) {
CHECK(!file_.is_valid());
file_.reset(LoggingOpenFileForRead(path));
if (!file_.is_valid()) {
« no previous file with comments | « util/file/file_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698