Index: url/url_constants.cc |
diff --git a/url/url_constants.cc b/url/url_constants.cc |
index 2dc1478a8e0e12bb3aac1a485380a5b07602958a..0388fbc221b679193da9fbc3a50889224103ad44 100644 |
--- a/url/url_constants.cc |
+++ b/url/url_constants.cc |
@@ -25,4 +25,6 @@ const char kWssScheme[] = "wss"; |
const char kStandardSchemeSeparator[] = "://"; |
+const size_t kMaxURLChars = 2 * 1024 * 1024; |
+ |
} // namespace url |