Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 453426dbd356c0b394dea6e8820f769cd278ac03..83fcc82b656f575be682bb36c7387a5941753cc0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -532,6 +532,11 @@ const wchar_t kEnableMonitorProfile[] = L"enable-monitor-profile"; |
// still experimental. |
const wchar_t kEnableXSSAuditor[] = L"enable-xss-auditor"; |
+// A flag, generated internally by Chrome for renderer command lines (Linux |
+// only). It tells the renderer to enable crash dumping since it cannot access |
+// the user's home directory to find out for itself. |
+const wchar_t kRendererCrashDump[] = L"renderer-crash-dumping"; |
+ |
// Enables the new Tabstrip on Windows. |
const wchar_t kEnableTabtastic2[] = L"enable-tabtastic2"; |