Index: base/base_switches.cc |
diff --git a/base/base_switches.cc b/base/base_switches.cc |
index 78f55a707ea39be01740c0d04e04bee3216f5b07..2025a4eed2a04c5c95d0328f08ac91d84ef441d4 100644 |
--- a/base/base_switches.cc |
+++ b/base/base_switches.cc |
@@ -18,6 +18,9 @@ const char kDisableBreakpad[] = "disable-breakpad"; |
// Enable DCHECKs in release mode. |
const char kEnableDCHECK[] = "enable-dcheck"; |
+// Enable DLOG, DVLOG in release mode. |
+const char kEnableDLOG[] = "enable-dlog"; |
+ |
// Generates full memory crash dump. |
const char kFullMemoryCrashReport[] = "full-memory-crash-report"; |