| Index: chrome/plugin/plugin_thread.cc
|
| diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
|
| index 0920c7c3d3292a6e8326e08773e888631e804368..e4fd235f220a7a7e8401ffe6a1ff507a42c97d19 100644
|
| --- a/chrome/plugin/plugin_thread.cc
|
| +++ b/chrome/plugin/plugin_thread.cc
|
| @@ -207,12 +207,7 @@ bool GetPluginFinderURL(std::string* plugin_finder_url) {
|
| }
|
|
|
| bool IsDefaultPluginEnabled() {
|
| -#if defined(OS_WIN) || defined(OS_MACOSX)
|
| return true;
|
| -#elif defined(OS_LINUX)
|
| - // http://code.google.com/p/chromium/issues/detail?id=10952
|
| - return false;
|
| -#endif
|
| }
|
|
|
| // Dispatch the resolve proxy resquest to the right code, depending on which
|
|
|