summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 02:56:16 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 02:56:16 +0000
commit82539f244b0f38fab7e24aa3f6a6025753ac19b7 (patch)
tree4c914d7da0a63d75c10b623c9c2f804a5447251b /chrome/plugin/plugin_thread.cc
parentc5648a72f41da5bc2598668d5a058521eb5b961e (diff)
downloadchromium_src-82539f244b0f38fab7e24aa3f6a6025753ac19b7.zip
chromium_src-82539f244b0f38fab7e24aa3f6a6025753ac19b7.tar.gz
chromium_src-82539f244b0f38fab7e24aa3f6a6025753ac19b7.tar.bz2
Part 2 of http://codereview.chromium.org/2079016
BUG=10952 Review URL: http://codereview.chromium.org/2282004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_thread.cc')
-rw-r--r--chrome/plugin/plugin_thread.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
index 0920c7c..e4fd235 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