Chromium Code Reviews| Index: chrome/common/chrome_constants.h |
| =================================================================== |
| --- chrome/common/chrome_constants.h (revision 41858) |
| +++ chrome/common/chrome_constants.h (working copy) |
| @@ -79,6 +79,9 @@ |
| 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_ |