Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / plugin / plugin_main.cc
index bcf8856..a793831 100644 (file)
 namespace content {
 
 #if defined(OS_MACOSX)
-// Removes our Carbon library interposing from the environment so that it
-// doesn't carry into any processes that plugins might start.
-void TrimInterposeEnvironment();
-
 // Initializes the global Cocoa application object.
 void InitializeChromeApplication();
 #endif
@@ -44,9 +40,6 @@ void InitializeChromeApplication();
 int PluginMain(const MainFunctionParams& parameters) {
   // The main thread of the plugin services UI.
 #if defined(OS_MACOSX)
-#if !defined(__LP64__)
-  TrimInterposeEnvironment();
-#endif
   InitializeChromeApplication();
 #endif
   base::MessageLoopForUI main_message_loop;