| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 496a05cb445f497348d0785a1c88fbe3eb79c94b..6cfd0b3766c351f8187c62a8953482351baf054e 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -181,11 +181,13 @@ const FilePath::CharType kPepperFlashPluginFilename[] =
|
| // knowing it. Enable in debug builds. Playback mode is allowed always,
|
| // because it is useful for testing and not hazardous by itself.
|
| #ifndef NDEBUG
|
| -const bool kRecordModeEnabled = true;
|
| +// const bool kRecordModeEnabled = true;
|
| #else
|
| -const bool kRecordModeEnabled = false;
|
| +// const bool kRecordModeEnabled = false;
|
| #endif
|
|
|
| +const bool kRecordModeEnabled = true;
|
| +
|
| const int kHistogramSynchronizerReservedSequenceNumber = 0;
|
|
|
| const char* const kUnknownLanguageCode = "und";
|
|
|