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

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: Small 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..c6c52f890ea9ec28fe4225e6bc190ef043814404 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";
+// User data directory for browser to store its state in.
alex clarke (OOO till 29th) 2016/08/03 11:55:19 Would it be more accurate to say: Directory where
altimin 2016/08/03 12:46:18 Done.
+const char kUserDataDir[] = "user-data-dir";
+
} // namespace switches
} // namespace headless

Powered by Google App Engine
This is Rietveld 408576698