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

Unified Diff: content/test/test_web_contents.h

Issue 92873004: Prevent the browser process from creating duplicate RenderViewHosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't kill invalid process. Created 7 years 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/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 7b308d8d448fcbba73a488caee005bd8725c02bf..40b56c0ef4a1beeb8d434a5df8da0e83f46a392f 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -106,6 +106,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
private:
// WebContentsImpl overrides
virtual void CreateNewWindow(
+ int render_process_id,
int route_id,
int main_frame_route_id,
const ViewHostMsg_CreateWindow_Params& params,

Powered by Google App Engine
This is Rietveld 408576698