X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fplugin%2Fplugin_main.cc;h=a793831a4faaced2bf426f6b367c23cec9c5e548;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=bcf8856561e6a04da0e6d9089d1c15f2a3e94253;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/plugin/plugin_main.cc b/src/content/plugin/plugin_main.cc index bcf8856..a793831 100644 --- a/src/content/plugin/plugin_main.cc +++ b/src/content/plugin/plugin_main.cc @@ -32,10 +32,6 @@ 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;