summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 00:16:55 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 00:16:55 +0000
commit7ee449da270ad66a4ed7e5348cadec9f47f5c91b (patch)
treee560d37a14c608a4440b9f42c9ae4e628732ac4b /content/browser/plugin_process_host.cc
parent8f30f8363d552d74184ecc767c90a7e7c9702918 (diff)
downloadchromium_src-7ee449da270ad66a4ed7e5348cadec9f47f5c91b.zip
chromium_src-7ee449da270ad66a4ed7e5348cadec9f47f5c91b.tar.gz
chromium_src-7ee449da270ad66a4ed7e5348cadec9f47f5c91b.tar.bz2
Flip the flag for Carbon plugin interposing to enable
Disable Carbon plugin interposing by default. The theory is that there are probably not any must-not-break plugins still relying on the Carbon calls, so this is likely no longer necessary. Keeping the flag, but flipped, will allow for easy testing if any bugs do show up. BUG=157130 Review URL: https://codereview.chromium.org/110853009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r--content/browser/plugin_process_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
index 9ec7510..068858b 100644
--- a/content/browser/plugin_process_host.cc
+++ b/content/browser/plugin_process_host.cc
@@ -226,7 +226,7 @@ bool PluginProcessHost::Init(const WebPluginInfo& info) {
#if defined(OS_POSIX)
base::EnvironmentMap env;
#if defined(OS_MACOSX) && !defined(__LP64__)
- if (!browser_command_line.HasSwitch(switches::kDisableCarbonInterposing)) {
+ if (browser_command_line.HasSwitch(switches::kEnableCarbonInterposing)) {
std::string interpose_list = GetContentClient()->GetCarbonInterposePath();
if (!interpose_list.empty()) {
// Add our interposing library for Carbon. This is stripped back out in