Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6680)

Unified Diff: chrome/common/chrome_constants.cc

Issue 10491010: Reland r140188: CommandLine Page Cycler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698