Index: headless/public/headless_web_contents.h |
diff --git a/headless/public/headless_web_contents.h b/headless/public/headless_web_contents.h |
index 0cdb58bbbf5425f438f77c25bcfe4b494d18da62..02a9c4943faeee418f7a8f9ae5e56e760e693ce1 100644 |
--- a/headless/public/headless_web_contents.h |
+++ b/headless/public/headless_web_contents.h |
@@ -20,12 +20,9 @@ class HEADLESS_EXPORT HeadlessWebContents { |
public: |
virtual ~HeadlessWebContents() {} |
- // TODO(skyostil): Replace this with an equivalent client API. |
class Observer { |
public: |
// All the following notifications will be called on browser main thread. |
- virtual void DocumentOnLoadCompletedInMainFrame() {} |
- virtual void DidFinishNavigation(bool success) {} |
// Indicates that this HeadlessWebContents instance is now ready to be |
// inspected using a HeadlessDevToolsClient. |