Index: content/plugin/plugin_main.cc |
diff --git a/content/plugin/plugin_main.cc b/content/plugin/plugin_main.cc |
index 2dea5e60945979c706fa686de6f01e9a59fb02de..63d5d689ed65f69bb14fb6e42a0d5ba52d05ac2d 100644 |
--- a/content/plugin/plugin_main.cc |
+++ b/content/plugin/plugin_main.cc |
@@ -103,7 +103,7 @@ int PluginMain(const MainFunctionParams& parameters) { |
CoInitialize(NULL); |
DVLOG(1) << "Started plugin with " |
- << parsed_command_line.command_line_string(); |
+ << parsed_command_line.GetCommandLineString(); |
HMODULE sandbox_test_module = NULL; |
bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox); |