summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_constants.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 23:03:00 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 23:03:00 +0000
commit3cc72b1caa55ca87811d8fab1ac9d55f05c2d496 (patch)
tree4379348afc5100d4188fb03650aa2f8013f5f254 /chrome/common/chrome_constants.h
parent330a9d04c938c3e79c30faade3713a1378b9bdeb (diff)
downloadchromium_src-3cc72b1caa55ca87811d8fab1ac9d55f05c2d496.zip
chromium_src-3cc72b1caa55ca87811d8fab1ac9d55f05c2d496.tar.gz
chromium_src-3cc72b1caa55ca87811d8fab1ac9d55f05c2d496.tar.bz2
Send session history offset and length parameters in the Navigate message to
keep the renderer's notion of those values properly synchronized with the NavigationController. R=brettw BUG=18062 TEST=see session_history_uitest.cc Review URL: http://codereview.chromium.org/1090002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r--chrome/common/chrome_constants.h3
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_