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

Unified Diff: headless/app/headless_shell_switches.cc

Issue 2181413002: [headless] Remove default browser context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More fixes Created 4 years, 4 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/app/headless_shell_switches.cc
diff --git a/headless/app/headless_shell_switches.cc b/headless/app/headless_shell_switches.cc
index 9b40f28abe5bf7904e07437150dd82e1071d8fc5..7cc02ddb8db60f98bef0ea79e3ee219e2311895b 100644
--- a/headless/app/headless_shell_switches.cc
+++ b/headless/app/headless_shell_switches.cc
@@ -31,5 +31,8 @@ const char kScreenshot[] = "screenshot";
// rendering.
const char kUseGL[] = "use-gl";
+// Directory where the browser stores the user profile.
+const char kUserDataDir[] = "user-data-dir";
+
} // namespace switches
} // namespace headless

Powered by Google App Engine
This is Rietveld 408576698