Index: content/app/content_main_runner.cc |
=================================================================== |
--- content/app/content_main_runner.cc (revision 255375) |
+++ content/app/content_main_runner.cc (working copy) |
@@ -384,7 +384,7 @@ |
// initialized. |
if (command_line.HasSwitch(switches::kUserAgent)) { |
webkit_glue::SetUserAgent( |
- command_line.GetSwitchValueASCII(switches::kUserAgent), true); |
+ command_line.GetSwitchValueASCII(switches::kUserAgent)); |
} |
// The StatsTable must be initialized in each process; we already |
@@ -746,7 +746,7 @@ |
// defaults to the user agent set during SetContentClient(). |
if (command_line.HasSwitch(switches::kUserAgent)) { |
webkit_glue::SetUserAgent( |
- command_line.GetSwitchValueASCII(switches::kUserAgent), true); |
+ command_line.GetSwitchValueASCII(switches::kUserAgent)); |
} |
if (!process_type.empty()) |