Chromium Code Reviews| Index: url/url_constants.cc |
| diff --git a/url/url_constants.cc b/url/url_constants.cc |
| index 7eac65879c000dec56ebdfa6f19baab5e7b99cdc..d5c57f487aff4de46f66abdad823b67376731787 100644 |
| --- a/url/url_constants.cc |
| +++ b/url/url_constants.cc |
| @@ -6,6 +6,9 @@ |
| namespace url { |
| +const char kAboutBlankURL[] = "about:blank"; |
| + |
| +const char kAboutScheme[] = "about"; |
| const char kBlobScheme[] = "blob"; |
| const char kDataScheme[] = "data"; |
| const char kFileScheme[] = "file"; |