| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index a0596e19a4fbfa7d47565d71157522ae5b830056..9d875b19bf0389e12d9f735ae1dfcfb9d1ab44e3 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -799,7 +799,7 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| if (wm_shell_->IsRunningInMash() && shell_delegate_->GetShellConnector()) {
|
| prefs::ConnectToPrefService(
|
| shell_delegate_->GetShellConnector(),
|
| - make_scoped_refptr(new PrefRegistrySimple()),
|
| + make_scoped_refptr(new PrefRegistrySimple()), {},
|
| base::Bind(&Shell::OnPrefServiceInitialized, base::Unretained(this)),
|
| prefs::mojom::kForwarderServiceName);
|
| }
|
|
|