| Index: content/shell/browser/shell_content_browser_client.cc
|
| diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
|
| index 4fe9084416e5fe8676b9c9c69dde80dd9dcbef04..dd9840a749f27644ba5ca6d597f758f2f6d6ea51 100644
|
| --- a/content/shell/browser/shell_content_browser_client.cc
|
| +++ b/content/shell/browser/shell_content_browser_client.cc
|
| @@ -234,6 +234,10 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches(
|
| base::CommandLine* command_line,
|
| int child_process_id) {
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kExposeInternalsForTesting)) {
|
| + command_line->AppendSwitch(switches::kExposeInternalsForTesting);
|
| + }
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableCrashReporter)) {
|
| command_line->AppendSwitch(switches::kEnableCrashReporter);
|
| }
|
|
|