]> git.pld-linux.org Git - packages/chromium-browser.git/blob - plugin-searchdirs.patch
- up to 20.0.1132.34
[packages/chromium-browser.git] / plugin-searchdirs.patch
1 --- chromium-browser-10.0.632.0~svn20110107r70714/src/webkit/plugins/npapi/plugin_list_posix.cc~        2010-12-22 04:02:37.000000000 +0100
2 +++ chromium-browser-10.0.632.0~svn20110107r70714/src/webkit/plugins/npapi/plugin_list_posix.cc 2011-01-07 17:41:38.193692743 +0100
3 @@ -146,6 +146,8 @@
4    if (!home.empty())
5      plugin_dirs->push_back(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 +163,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.020882 seconds and 3 git commands to generate.