| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index df82e5b067f13380aaf5f0cddfaad7edc5b73129..e6c765f6576668a44210cf492ac3e598b4115425 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -225,11 +225,6 @@ namespace {
|
| // This function provides some ways to test crash and assertion handling
|
| // behavior of the program.
|
| void HandleTestParameters(const base::CommandLine& command_line) {
|
| - // This parameter causes an assertion.
|
| - if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
|
| - DCHECK(false);
|
| - }
|
| -
|
| // This parameter causes a null pointer crash (crash reporter trigger).
|
| if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
|
| int* bad_pointer = NULL;
|
|
|