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

Unified Diff: headless/app/headless_shell_switches.cc

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: readded headless_lib target Created 3 years, 9 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 f20a60657f77c388713a5828ba428fe600e2d35a..23dc1035387a9243f8986da9568a4ffc5f8faac0 100644
--- a/headless/app/headless_shell_switches.cc
+++ b/headless/app/headless_shell_switches.cc
@@ -7,6 +7,9 @@
namespace headless {
namespace switches {
+// Enable chrash reporter for headless.
+const char kEnableCrashReporter[] = "enable-chrash-reporter";
Sami 2017/03/27 14:07:58 typo: crash (in the comment too)
dvallet 2017/03/28 02:35:59 Oops, good catch :)
+
// The directory breakpad should store minidumps in.
const char kCrashDumpsDir[] = "crash-dumps-dir";

Powered by Google App Engine
This is Rietveld 408576698