diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 0fe7d13..abe0283 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -79,6 +79,9 @@ extern const bool kRecordModeEnabled; extern const int kHistogramSynchronizerReservedSequenceNumber; +// The maximum number of session history entries per tab. +extern const int kMaxSessionHistoryEntries; + } // namespace chrome #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |