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

Unified Diff: base/files/file.h

Issue 430583005: Make VEA test support videos with different coded size and visible size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments of patch set 7 and 8 Created 6 years, 4 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 | base/files/file.cc » ('j') | base/files/memory_mapped_file_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file.h
diff --git a/base/files/file.h b/base/files/file.h
index 1913bc7f6c408c8e1e3840da712895ff2fd88259..7753b6e8b3503ff48708671918a17afc6e8ed0d9 100644
--- a/base/files/file.h
+++ b/base/files/file.h
@@ -285,6 +285,8 @@ class BASE_EXPORT File {
bool async() const { return async_; }
+ uint32 flags() const { return flags_; }
+
#if defined(OS_WIN)
static Error OSErrorToFileError(DWORD last_error);
#elif defined(OS_POSIX)
@@ -306,6 +308,7 @@ class BASE_EXPORT File {
Error error_details_;
bool created_;
bool async_;
+ uint32 flags_;
};
} // namespace base
« no previous file with comments | « no previous file | base/files/file.cc » ('j') | base/files/memory_mapped_file_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698