Index: content/plugin/plugin_main.cc |
diff --git a/content/plugin/plugin_main.cc b/content/plugin/plugin_main.cc |
index 63dc5f9226d20256a932b32d53e3d5cda59219be..bcf8856561e6a04da0e6d9089d1c15f2a3e94253 100644 |
--- a/content/plugin/plugin_main.cc |
+++ b/content/plugin/plugin_main.cc |
@@ -38,9 +38,6 @@ void TrimInterposeEnvironment(); |
// Initializes the global Cocoa application object. |
void InitializeChromeApplication(); |
-#elif defined(OS_LINUX) |
-// Work around an unimplemented instruction in 64-bit Flash. |
-void WorkaroundFlashLAHF(); |
#endif |
// main() routine for running as the plugin process. |
@@ -60,13 +57,7 @@ int PluginMain(const MainFunctionParams& parameters) { |
const CommandLine& parsed_command_line = parameters.command_line; |
-#if defined(OS_LINUX) |
- |
-#if defined(ARCH_CPU_64_BITS) |
- WorkaroundFlashLAHF(); |
-#endif |
- |
-#elif defined(OS_WIN) |
+#if defined(OS_WIN) |
base::win::ScopedCOMInitializer com_initializer; |
#endif |