summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r--content/ppapi_plugin/ppapi_plugin_main.cc12
1 files changed, 1 insertions, 11 deletions
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc
index 1b0d2ee..36707ca 100644
--- a/content/ppapi_plugin/ppapi_plugin_main.cc
+++ b/content/ppapi_plugin/ppapi_plugin_main.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -17,10 +17,6 @@
#include "sandbox/src/sandbox.h"
#endif
-#if defined(OS_MACOSX)
-#include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h"
-#endif
-
#if defined(OS_WIN)
sandbox::TargetServices* g_target_services = NULL;
#else
@@ -45,12 +41,6 @@ int PpapiPluginMain(const content::MainFunctionParams& parameters) {
ChildProcess::WaitForDebugger("Ppapi");
}
-#if defined(OS_MACOSX)
- // TODO(viettrungluu): This is called in different places in processes that
- // will run WebKit. This is stupid and error-prone.
- InitWebCoreSystemInterface();
-#endif
-
MessageLoop main_message_loop;
base::PlatformThread::SetName("CrPPAPIMain");