~chromium-team/chromium-browser/cosmic-beta

« back to all changes in this revision

Viewing changes to debian/patches/configuration-directory.patch

  • Committer: Olivier Tilloy
  • Date: 2019-02-09 22:49:54 UTC
  • mfrom: (1358.1.127 cosmic-dev)
  • Revision ID: olivier.tilloy@canonical.com-20190209224954-5jfh4b13333w21s0
* Upstream beta channel update: 73.0.3683.27
* debian/patches/additional-search-engines.patch: removed, no longer needed
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/fix-ffmpeg-ia32-build.patch: refreshed
* debian/patches/gn-do-not-build-with-icf.patch: removed, no longer needed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: refreshed
* debian/patches/search-credit.patch: updated
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/title-bar-default-system.patch-v35: refreshed
* debian/patches/widevine-enable-version-string.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 // The path to the hint file that tells the pepper plugin loader
15
15
 // where it can find the latest component updated flash.
16
 
@@ -474,6 +476,9 @@ bool PathProvider(int key, base::FilePat
 
16
@@ -465,6 +467,9 @@ bool PathProvider(int key, base::FilePat
17
17
       cur = base::FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies"));
18
18
 #else
19
19
       cur = base::FilePath(FILE_PATH_LITERAL("/etc/chromium/policies"));
23
23
 #endif
24
24
       break;
25
25
     }
26
 
@@ -489,6 +494,10 @@ bool PathProvider(int key, base::FilePat
 
26
@@ -480,6 +485,10 @@ bool PathProvider(int key, base::FilePat
27
27
 #endif
28
28
 #if defined(OS_LINUX)
29
29
     case chrome::DIR_STANDALONE_EXTERNAL_EXTENSIONS: {
34
34
       cur = base::FilePath(kFilepathSinglePrefExtensions);
35
35
       break;
36
36
     }
37
 
@@ -539,6 +548,10 @@ bool PathProvider(int key, base::FilePat
 
37
@@ -530,6 +539,10 @@ bool PathProvider(int key, base::FilePat
38
38
 #else
39
39
       cur = base::FilePath(FILE_PATH_LITERAL(
40
40
           "/etc/chromium/native-messaging-hosts"));