]> git.pld-linux.org Git - packages/chromium-browser.git/blame - master-prefs-path.patch
- icu rebuild
[packages/chromium-browser.git] / master-prefs-path.patch
CommitLineData
fb336f24
ER
1--- chromium-browser-26.0.1410.12/src/chrome/browser/first_run/first_run_internal_linux.cc~ 2013-02-21 12:11:48.000000000 +0200
2+++ chromium-browser-26.0.1410.12/src/chrome/browser/first_run/first_run_internal_linux.cc 2013-02-25 16:00:59.000031225 +0200
f2f193c6
ER
3@@ -71,8 +71,7 @@
4 base::FilePath MasterPrefsPath() {
0562b864 5 // The standard location of the master prefs is next to the chrome binary.
f2f193c6 6 base::FilePath master_prefs;
0562b864 7- if (!PathService::Get(base::DIR_EXE, &master_prefs))
f2f193c6 8- return base::FilePath();
2e9c6158 9+ master_prefs = base::FilePath("/etc/chromium-browser");
0562b864
ER
10 return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
11 }
12
This page took 0.06268 seconds and 4 git commands to generate.