| Index: content/test/content_browser_test_utils.cc
|
| diff --git a/content/test/content_browser_test_utils.cc b/content/test/content_browser_test_utils.cc
|
| index c67050c90241f4ab29f627974a1fb856826f38b0..32d25979c2cffa31285b727588b29bd9b6c918e4 100644
|
| --- a/content/test/content_browser_test_utils.cc
|
| +++ b/content/test/content_browser_test_utils.cc
|
| @@ -39,7 +39,6 @@ void NavigateToURLBlockUntilNavigationsComplete(Shell* window,
|
| NavigationController* controller = &window->web_contents()->GetController();
|
| TestNavigationObserver same_tab_observer(
|
| Source<NavigationController>(controller),
|
| - NULL,
|
| number_of_navigations);
|
|
|
| window->LoadURL(url);
|
|
|