Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: headless/public/headless_web_contents.h

Issue 1781193004: headless: Make it possible to configure an HTTP proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finalized test. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698