]> git.pld-linux.org Git - packages/chromium-browser.git/blame - master-prefs-path.patch
add system harfbuzz bcond
[packages/chromium-browser.git] / master-prefs-path.patch
CommitLineData
0562b864
ER
1Index: chromium/src/chrome/browser/first_run/first_run_linux.cc
2===================================================================
3--- chromium.orig/src/chrome/browser/first_run/first_run_linux.cc
4+++ chromium/src/chrome/browser/first_run/first_run_linux.cc
5@@ -100,8 +100,7 @@ void AutoImport(
6 FilePath MasterPrefsPath() {
7 // The standard location of the master prefs is next to the chrome binary.
8 FilePath master_prefs;
9- if (!PathService::Get(base::DIR_EXE, &master_prefs))
10- return FilePath();
11+ master_prefs = FilePath("/etc/chromium-browser");
12 return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
13 }
14
This page took 0.021567 seconds and 4 git commands to generate.