diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 21:35:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 21:35:42 +0000 |
commit | 00ae7a50fe5aa9b15046dff5e805d8cbb1bb4906 (patch) | |
tree | 79e6333d1deeda72a7bb1e618672eff27a8836a1 /chrome/browser/plugin_service.cc | |
parent | 3555f599394ce2582cba3562859b54e53f3370a7 (diff) | |
download | chromium_src-00ae7a50fe5aa9b15046dff5e805d8cbb1bb4906.zip chromium_src-00ae7a50fe5aa9b15046dff5e805d8cbb1bb4906.tar.gz chromium_src-00ae7a50fe5aa9b15046dff5e805d8cbb1bb4906.tar.bz2 |
Disable internal plugin on all platforms by default.
Review URL: http://codereview.chromium.org/2291003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.cc')
-rw-r--r-- | chrome/browser/plugin_service.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc index 6a390d0..5a77ee2 100644 --- a/chrome/browser/plugin_service.cc +++ b/chrome/browser/plugin_service.cc @@ -51,13 +51,7 @@ static void NotifyPluginsOfActivation() { // static bool PluginService::enable_chrome_plugins_ = true; -// Disable on Windows by default initially, but not on other platforms since -// there's no alternative there at this point. -#if defined(OS_WIN) bool PluginService::enable_internal_pdf_ = false; -#else -bool PluginService::enable_internal_pdf_ = true; -#endif // static void PluginService::InitGlobalInstance(Profile* profile) { |