| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 255867)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -1474,6 +1474,7 @@
|
| const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
|
|
| static const char* const kCommonSwitchNames[] = {
|
| + switches::kUserAgent,
|
| switches::kUserDataDir, // Make logs go to the right file.
|
| };
|
| command_line->CopySwitchesFrom(browser_command_line, kCommonSwitchNames,
|
|
|