summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/plugin_main.cc')
-rw-r--r--content/plugin/plugin_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_main.cc b/content/plugin/plugin_main.cc
index 2dea5e6..63d5d68 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);