]> git.pld-linux.org Git - packages/chromium-browser.git/blob - master-prefs-path.patch
merge with master
[packages/chromium-browser.git] / master-prefs-path.patch
1 Index: 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.0270820000000001 seconds and 4 git commands to generate.