| Index: content/public/common/url_constants.cc
|
| ===================================================================
|
| --- content/public/common/url_constants.cc (revision 180071)
|
| +++ content/public/common/url_constants.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| // There are security implications associated with introducing new schemes.
|
| const char kChromeDevToolsScheme[] = "chrome-devtools";
|
| const char kChromeInternalScheme[] = "chrome-internal";
|
| -const char kChromeSearchScheme[] = "chrome-search";
|
| const char kChromeUIScheme[] = "chrome";
|
| const char kDataScheme[] = "data";
|
| const char kFileScheme[] = "file";
|
|
|