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

Unified Diff: util/file/file_writer.h

Issue 821483002: Change 'bool world_readable' to an enum (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 6 years 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_io_win.cc ('k') | util/file/file_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_writer.h
diff --git a/util/file/file_writer.h b/util/file/file_writer.h
index d0c4a359d99c5f3d399c554f94d510568aaec8c6..7b9524fc537caa22cbf057e66181993093d99029 100644
--- a/util/file/file_writer.h
+++ b/util/file/file_writer.h
@@ -91,7 +91,7 @@ class FileWriter : public FileWriterInterface {
//! after Close().
bool Open(const base::FilePath& path,
FileWriteMode write_mode,
- bool world_readable);
+ FilePermissions permissions);
//! \brief Wraps CheckedCloseHandle().
//!
« no previous file with comments | « util/file/file_io_win.cc ('k') | util/file/file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698