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

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: Delete default browser context 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.
Sami 2016/08/03 11:20:30 Note to self: we should have a way of building a p
altimin 2016/08/03 11:54:09 I was planning to introduce it in a next patch - t
+const char kUserDataDir[] = "user-data-dir";
+
} // namespace switches
} // namespace headless

Powered by Google App Engine
This is Rietveld 408576698