Chromium Code Reviews| Index: content/common/content_constants.cc |
| =================================================================== |
| --- content/common/content_constants.cc (revision 81920) |
| +++ content/common/content_constants.cc (working copy) |
| @@ -6,6 +6,8 @@ |
| namespace content { |
| +const int kMaxSessionHistoryEntries = 50; |
| +const size_t kMaxTitleChars = 4 * 1024; |
| const size_t kMaxURLChars = 2 * 1024 * 1024; |
| const size_t kMaxURLDisplayChars = 32 * 1024; |