| Index: content/public/common/url_constants.cc
|
| diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc
|
| index 475b6dbfe7b91738627872668da15b06ce749304..ba31efde48a52c92f020a97cc7a067a81c8f0ae8 100644
|
| --- a/content/public/common/url_constants.cc
|
| +++ b/content/public/common/url_constants.cc
|
| @@ -9,6 +9,7 @@ namespace content {
|
| // Before adding new chrome schemes please check with security@chromium.org.
|
| // There are security implications associated with introducing new schemes.
|
| const char kChromeDevToolsScheme[] = "chrome-devtools";
|
| +const char kChromeDistillerScheme[] = "chrome-distiller";
|
| const char kChromeUIScheme[] = "chrome";
|
| const char kGuestScheme[] = "chrome-guest";
|
| const char kMetadataScheme[] = "metadata";
|
|
|