| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 42a3104e736f98c3c101ac77ebe66f1d2676d640..6abe86d2993b4894968d720e1efe6ac9c9042f60 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -802,6 +802,7 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| prefs::ConnectToPrefService(
|
| shell_delegate_->GetShellConnector(),
|
| make_scoped_refptr(new PrefRegistrySimple()),
|
| + std::vector<PrefValueStore::PrefStoreType>(),
|
| base::Bind(&Shell::OnPrefServiceInitialized, base::Unretained(this)),
|
| prefs::mojom::kForwarderServiceName);
|
| }*/
|
|
|