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

Unified Diff: util/file/file_reader.h

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 | « handler/mac/main.cc ('k') | util/file/file_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_reader.h
diff --git a/util/file/file_reader.h b/util/file/file_reader.h
index 2d699cb43215aaea1ce5ce4be8ac111e1a067529..0c6856f1a804913ea0835a86956379030ca510c9 100644
--- a/util/file/file_reader.h
+++ b/util/file/file_reader.h
@@ -110,9 +110,7 @@ class FileReader : public FileReaderInterface {
//!
//! \note After a successful call, this method cannot be called again until
//! after Close().
- bool Open(const base::FilePath& path,
- FileWriteMode write_mode,
- FilePermissions permissions);
+ bool Open(const base::FilePath& path);
//! \brief Wraps CheckedCloseHandle().
//!
« no previous file with comments | « handler/mac/main.cc ('k') | util/file/file_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698