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

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: 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
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().
//!

Powered by Google App Engine
This is Rietveld 408576698