summaryrefslogtreecommitdiffstats
path: root/chromium/base/files/file.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 16:35:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 15:45:54 +0000
commit32f5a1c56531e4210bc4cf8d8c7825d66e081888 (patch)
treeeeeec6822f4d738d8454525233fd0e2e3a659e6d /chromium/base/files/file.h
parent99677208ff3b216fdfec551fbe548da5520cd6fb (diff)
BASELINE: Update Chromium to 87.0.4280.67
Change-Id: Ib157360be8c2ffb2c73125751a89f60e049c1d54 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/base/files/file.h')
-rw-r--r--chromium/base/files/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/files/file.h b/chromium/base/files/file.h
index 8931b27cf91..2743d1fb493 100644
--- a/chromium/base/files/file.h
+++ b/chromium/base/files/file.h
@@ -299,7 +299,7 @@ class BASE_EXPORT File {
// * Within a process, locking the same file (by the same or new handle)
// will succeed. The new lock replaces the old lock.
// * Closing any descriptor on a given file releases the lock.
- Error Lock(LockMode mode = LockMode::kExclusive);
+ Error Lock(LockMode mode);
// Unlock a file previously locked.
Error Unlock();