mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
fix default configuration path
This commit is contained in:
parent
c6299aed7b
commit
7a8bf1a833
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ diff -urN chromium-26.0.1410.46.orig/chrome/browser/first_run/first_run_linux.cc
|
|||
base::FilePath master_prefs;
|
||||
- if (!PathService::Get(base::DIR_EXE, &master_prefs))
|
||||
- return base::FilePath();
|
||||
+ master_prefs = FilePath("/etc/chromium");
|
||||
+ master_prefs = FilePath("/etc/chromium-browser");
|
||||
return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue