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

Unified Diff: headless/test/headless_test_launcher.cc

Issue 2489673005: [headless] Make browser service manifest overlay configurable. (Closed)
Patch Set: fix includes. Created 4 years, 1 month 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/test/headless_browser_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/headless_test_launcher.cc
diff --git a/headless/test/headless_test_launcher.cc b/headless/test/headless_test_launcher.cc
index da4550052cd018b321a97118501b4dcb73544369..57015f4f33bc0e01bfbe2cbb91db34876e62bc85 100644
--- a/headless/test/headless_test_launcher.cc
+++ b/headless/test/headless_test_launcher.cc
@@ -47,7 +47,8 @@ class HeadlessTestLauncherDelegate : public content::TestLauncherDelegate {
protected:
content::ContentMainDelegate* CreateContentMainDelegate() override {
- // Use HeadlessBrowserTest::SetBrowserOptions to override these defaults.
+ // Use HeadlessBrowserTest::options() or HeadlessBrowserContextOptions to
+ // modify these defaults.
HeadlessBrowser::Options::Builder options_builder;
std::unique_ptr<HeadlessBrowserImpl> browser(
new HeadlessBrowserImplForTest(options_builder.Build()));
« no previous file with comments | « headless/test/headless_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698