| Index: content/public/test/test_navigation_observer.h
|
| diff --git a/content/public/test/test_navigation_observer.h b/content/public/test/test_navigation_observer.h
|
| index 93091ca64c7c8aeb893620ce940dfc8accac0672..640948613ba37bd714373e1f46d343dfed541579 100644
|
| --- a/content/public/test/test_navigation_observer.h
|
| +++ b/content/public/test/test_navigation_observer.h
|
| @@ -27,9 +27,13 @@ class TestNavigationObserver {
|
| // Create and register a new TestNavigationObserver against the
|
| // |web_contents|.
|
| TestNavigationObserver(WebContents* web_contents,
|
| - int number_of_navigations);
|
| + int number_of_navigations,
|
| + MessageLoopRunner::QuitMode quit_mode =
|
| + MessageLoopRunner::QuitMode::IMMEDIATE);
|
| // Like above but waits for one navigation.
|
| - explicit TestNavigationObserver(WebContents* web_contents);
|
| + explicit TestNavigationObserver(WebContents* web_contents,
|
| + MessageLoopRunner::QuitMode quit_mode =
|
| + MessageLoopRunner::QuitMode::IMMEDIATE);
|
|
|
| virtual ~TestNavigationObserver();
|
|
|
|
|