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

Unified Diff: url/url_constants.cc

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« url/url.gyp ('K') | « url/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« url/url.gyp ('K') | « url/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698