diff options
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index a85b115..ce6f32d 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -67,7 +67,7 @@ const int kStatsMaxCounters = 300; // potentially be tricked into running a product in record mode without // knowing it. Enable in debug builds. Playback mode is allowed always, // because it is useful for testing and not hazardous by itself. -#ifdef DEBUG +#ifndef NDEBUG const bool kRecordModeEnabled = true; #else const bool kRecordModeEnabled = false; |