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

Side by Side Diff: content/common/content_constants.cc

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 "content/common/content_constants.h" 5 #include "content/common/content_constants.h"
6 6
7 namespace content { 7 namespace content {
8 8
9 const int kMaxSessionHistoryEntries = 50;
10 const size_t kMaxTitleChars = 4 * 1024;
9 const size_t kMaxURLChars = 2 * 1024 * 1024; 11 const size_t kMaxURLChars = 2 * 1024 * 1024;
10 const size_t kMaxURLDisplayChars = 32 * 1024; 12 const size_t kMaxURLDisplayChars = 32 * 1024;
11 13
12 } // namespace content 14 } // namespace content
13 15
14 #undef FPL 16 #undef FPL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698