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

Unified Diff: headless/app/headless_shell_switches.cc

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: Fixed headless_unittests Created 3 years, 7 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 9cf9baa4e3393b9ba16f1a18461f355b67331e89..7293dd9a53e39daaadc70d00ec0946d7df403410 100644
--- a/headless/app/headless_shell_switches.cc
+++ b/headless/app/headless_shell_switches.cc
@@ -12,6 +12,9 @@ namespace switches {
// transparent.
const char kDefaultBackgroundColor[] = "default-background-color";
+// Enable chrash reporter for headless.
+const char kEnableCrashReporter[] = "enable-crash-reporter";
+
// The directory breakpad should store minidumps in.
const char kCrashDumpsDir[] = "crash-dumps-dir";

Powered by Google App Engine
This is Rietveld 408576698