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

Unified Diff: content/shell/browser/layout_test/secondary_test_window_observer.h

Issue 1922653003: Send TestFinished as Process/Control-msg (not View-msg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@only-one-top-loading-frame-in-all-renderers
Patch Set: Rebasing... Created 4 years, 8 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: content/shell/browser/layout_test/secondary_test_window_observer.h
diff --git a/content/shell/browser/layout_test/secondary_test_window_observer.h b/content/shell/browser/layout_test/secondary_test_window_observer.h
index b41a95b3c571995f164f4030209d86dae60991b8..5e7f758d72f1ee208a4ea7d21cf9d362f51adf3e 100644
--- a/content/shell/browser/layout_test/secondary_test_window_observer.h
+++ b/content/shell/browser/layout_test/secondary_test_window_observer.h
@@ -18,18 +18,14 @@ class SecondaryTestWindowObserver
~SecondaryTestWindowObserver() override;
// WebContentsObserver implementation.
- bool OnMessageReceived(const IPC::Message& message) override;
void RenderFrameCreated(RenderFrameHost* render_frame_host) override;
void RenderFrameHostChanged(RenderFrameHost* old_host,
RenderFrameHost* new_host) override;
private:
friend class WebContentsUserData<SecondaryTestWindowObserver>;
-
explicit SecondaryTestWindowObserver(WebContents* web_contents);
- void OnTestFinishedInSecondaryRenderer();
-
DISALLOW_COPY_AND_ASSIGN(SecondaryTestWindowObserver);
};

Powered by Google App Engine
This is Rietveld 408576698