| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 3500fb8d264afa743c27a1c06669872e7058b168..a4fe135c7806421149b85b85ac897aed18e716fb 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -180,11 +180,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";
|
|
|