| Index: headless/public/headless_web_contents.h
|
| diff --git a/headless/public/headless_web_contents.h b/headless/public/headless_web_contents.h
|
| index 2db82e9493c4f85195f035b7a019af5516f58f32..e3cfbfb3ad86b98c5438497d0658746f8062f3a1 100644
|
| --- a/headless/public/headless_web_contents.h
|
| +++ b/headless/public/headless_web_contents.h
|
| @@ -24,6 +24,7 @@ class HEADLESS_EXPORT HeadlessWebContents {
|
| public:
|
| // Will be called on browser thread.
|
| virtual void DocumentOnLoadCompletedInMainFrame() = 0;
|
| + virtual void DidFinishNavigation(bool success) = 0;
|
|
|
| protected:
|
| Observer() {}
|
|
|