| Index: content/browser/plugin_data_remover_impl.cc
|
| diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
|
| index e9273995d5279ade27004aa72d87bb5020009fe6..a489822467ecb878aaaece55ca7b22ad23befdb7 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -65,7 +65,9 @@ class PluginDataRemoverImpl::Context
|
| BrowserThread::DeleteOnIOThread> {
|
| public:
|
| Context(base::Time begin_time, BrowserContext* browser_context)
|
| - : event_(new base::WaitableEvent(true, false)),
|
| + : event_(new base::WaitableEvent(
|
| + base::WaitableEvent::ResetPolicy::MANUAL,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED)),
|
| begin_time_(begin_time),
|
| is_removing_(false),
|
| browser_context_path_(browser_context->GetPath()) {
|
|
|