Index: content/common/content_constants.cc |
=================================================================== |
--- content/common/content_constants.cc (revision 0) |
+++ content/common/content_constants.cc (revision 0) |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "content/common/content_constants.h" |
+ |
+namespace content { |
+ |
+const size_t kMaxURLChars = 2 * 1024 * 1024; |
+const size_t kMaxURLDisplayChars = 32 * 1024; |
+ |
+} // namespace content |
+ |
+#undef FPL |
Property changes on: content\common\content_constants.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |