]> git.pld-linux.org Git - packages/chromium-browser.git/blob - plugin-searchdirs.patch
- up to 9.0.587.0
[packages/chromium-browser.git] / plugin-searchdirs.patch
1 --- chromium-browser-7.0.509.0~svn20100830r57827/src/webkit/glue/plugins/plugin_list_posix.cc~  2010-08-30 13:11:06.000000000 +0300
2 +++ chromium-browser-7.0.509.0~svn20100830r57827/src/webkit/glue/plugins/plugin_list_posix.cc   2010-08-30 14:34:22.711621299 +0300
3 @@ -90,6 +86,8 @@
4    if (home)
5      plugin_dirs->push_back(FilePath(home).Append(".mozilla/plugins"));
6  
7 +  // in PLD Linux we want to search only Chrome specific dirs.
8 +#if 0
9    // 3) NS_SYSTEM_PLUGINS_DIR:
10    // This varies across different browsers and versions, so check 'em all.
11    plugin_dirs->push_back(FilePath("/usr/lib/browser-plugins"));
12 @@ -161,6 +161,7 @@
13    plugin_dirs->push_back(FilePath("/usr/lib64/firefox/plugins"));
14    plugin_dirs->push_back(FilePath("/usr/lib64/xulrunner-addons/plugins"));
15  #endif  // defined(ARCH_CPU_64_BITS)
16 +#endif // PLD Linux
17  #endif  // !defined(OS_CHROMEOS)
18  }
19  
This page took 0.253019 seconds and 3 git commands to generate.