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

Side by Side Diff: chrome/common/chrome_constants.cc

Issue 1090002: Send session history offset and length parameters in the Navigate message to... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 // knowing it. Enable in debug builds. Playback mode is allowed always, 124 // knowing it. Enable in debug builds. Playback mode is allowed always,
125 // because it is useful for testing and not hazardous by itself. 125 // because it is useful for testing and not hazardous by itself.
126 #ifndef NDEBUG 126 #ifndef NDEBUG
127 const bool kRecordModeEnabled = true; 127 const bool kRecordModeEnabled = true;
128 #else 128 #else
129 const bool kRecordModeEnabled = false; 129 const bool kRecordModeEnabled = false;
130 #endif 130 #endif
131 131
132 const int kHistogramSynchronizerReservedSequenceNumber = 0; 132 const int kHistogramSynchronizerReservedSequenceNumber = 0;
133 133
134 const int kMaxSessionHistoryEntries = 50;
135
134 } // namespace chrome 136 } // namespace chrome
135 137
136 #undef FPL 138 #undef FPL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698