- Bump to 68.0.3440.75 - Up to chromium-68.0.3440.68 - Up to 68.0.3440.59 - Up to 68.0.3440.42 - Bump 68.0.3440.33 - Up to 68.0.3440.25 - Up to 68.0.3440.17 - Up to 68.0.3438.3 - Up to 68.0.3432.3 - Fix AArch64 build with chromium-crashpad-aarch64-fix.patch - Up to 68.0.3423.2 - Refresh patch chromium-master-prefs-path.patch - Fix AArch64 build with chromium-skia-aarch64-buildfix.patch - Add patch chromium-skia-system-fontconfig.patch bsc#1092272 - Up to 67.0.3393.30 - Up to chromium-67.0.3396.18 - Up to 67.0.3393.4 - Refresh patch exclude_ymp.patch - Bump to 67.0.3386.1 - Bump to 67.0.3381.1 - Bump to 67.0.3377.1 - Bump to 67.0.3371.0 - Remove no longer needed chromium-gcc7.patch OBS-URL: https://build.opensuse.org/request/show/625247 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1144
15 lines
717 B
Diff
15 lines
717 B
Diff
Index: chromium-68.0.3423.2/chrome/browser/first_run/first_run_internal_linux.cc
|
|
===================================================================
|
|
--- chromium-68.0.3423.2.orig/chrome/browser/first_run/first_run_internal_linux.cc
|
|
+++ chromium-68.0.3423.2/chrome/browser/first_run/first_run_internal_linux.cc
|
|
@@ -20,8 +20,7 @@ bool IsOrganicFirstRun() {
|
|
base::FilePath MasterPrefsPath() {
|
|
// The standard location of the master prefs is next to the chrome binary.
|
|
base::FilePath master_prefs;
|
|
- if (!base::PathService::Get(base::DIR_EXE, &master_prefs))
|
|
- return base::FilePath();
|
|
+ master_prefs = base::FilePath("/etc/chromium");
|
|
return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
|
|
}
|
|
|