|
@@ -118,6 +118,9 @@ ElectronBrowserContext::ElectronBrowserContext(
|
|
|
path_ = path_.Append(base::FilePath::FromUTF8Unsafe(GetApplicationName()));
|
|
|
base::PathService::Override(DIR_USER_DATA, path_);
|
|
|
base::PathService::Override(chrome::DIR_USER_DATA, path_);
|
|
|
+ base::PathService::Override(
|
|
|
+ chrome::DIR_APP_DICTIONARIES,
|
|
|
+ path_.Append(base::FilePath::FromUTF8Unsafe("Dictionaries")));
|
|
|
}
|
|
|
|
|
|
if (!in_memory && !partition.empty())
|