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

Unified Diff: headless/test/headless_browser_test.h

Issue 2695923010: Add Network.setSendRequestIdHeader and use it in headless (Closed)
Patch Set: Fix the layout test Created 3 years, 10 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
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | headless/test/headless_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/headless_browser_test.h
diff --git a/headless/test/headless_browser_test.h b/headless/test/headless_browser_test.h
index 1a258ceccb33d93bad481fa22f0b9451e8aa4fe9..f2d0cca3f63110ef7ca60babe8f6e07857e834cc 100644
--- a/headless/test/headless_browser_test.h
+++ b/headless/test/headless_browser_test.h
@@ -117,6 +117,10 @@ class HeadlessAsyncDevTooledBrowserTest : public HeadlessBrowserTest,
// are processed (e.g. in a callback).
virtual void RunDevTooledTest() = 0;
+ // Returns the protocol handlers to construct the browser with. By default
+ // the map returned is empty.
+ virtual ProtocolHandlerMap GetProtocolHandlers();
+
protected:
void RunTest();
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | headless/test/headless_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698