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

Unified Diff: headless/test/headless_browser_test.h

Issue 2896763002: Implement window management devtools commands for headless. (Closed)
Patch Set: map 1 tab to 1 window and remove screen_size Created 3 years, 7 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/test/headless_browser_test.h
diff --git a/headless/test/headless_browser_test.h b/headless/test/headless_browser_test.h
index e5e29e5f214f3d2c9bf43455efed183a4528d2e8..70587096aaab94868d7c6fa6768cd3b7b0662ecb 100644
--- a/headless/test/headless_browser_test.h
+++ b/headless/test/headless_browser_test.h
@@ -129,6 +129,7 @@ class HeadlessAsyncDevTooledBrowserTest : public HeadlessBrowserTest,
HeadlessBrowserContext* browser_context_; // Not owned.
HeadlessWebContents* web_contents_;
std::unique_ptr<HeadlessDevToolsClient> devtools_client_;
+ std::unique_ptr<HeadlessDevToolsClient> browser_devtools_client_;
bool render_process_exited_;
};

Powered by Google App Engine
This is Rietveld 408576698