| 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 438af744eb56c076d561664818243aa4be4aabe8..2721868d7ab25d1b38732b6800756c40c8270390 100644
|
| --- a/content/public/test/test_navigation_observer.h
|
| +++ b/content/public/test/test_navigation_observer.h
|
| @@ -56,6 +56,8 @@ class TestNavigationObserver {
|
| void OnDidStartLoading(WebContents* web_contents);
|
| void OnDidStopLoading(WebContents* web_contents);
|
|
|
| + WebContents* web_contents_;
|
| +
|
| // If true the navigation has started.
|
| bool navigation_started_;
|
|
|
|
|