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

Unified Diff: url/url_constants.h

Issue 1755363003: Revert of 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
« no previous file with comments | « url/ipc/url_param_traits_unittest.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_constants.h
diff --git a/url/url_constants.h b/url/url_constants.h
index fa71164cca3b7c7abc4531d4d5a21a137ac7f332..c48dafcd27dd5db14d6709ad240aad1ab3192188 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -4,8 +4,6 @@
#ifndef URL_URL_CONSTANTS_H_
#define URL_URL_CONSTANTS_H_
-
-#include <stddef.h>
#include "url/url_export.h"
@@ -32,8 +30,6 @@
// Used to separate a standard scheme and the hostname: "://".
URL_EXPORT extern const char kStandardSchemeSeparator[];
-URL_EXPORT extern const size_t kMaxURLChars;
-
} // namespace url
#endif // URL_URL_CONSTANTS_H_
« no previous file with comments | « url/ipc/url_param_traits_unittest.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698