| Index: content/public/common/url_constants.cc
|
| diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc
|
| index 8bd370eb4dfa658aedc39859e18b5998a1d0c7ee..4cbfa3c6d55b62924de81851bff4ff7e100f6682 100644
|
| --- a/content/public/common/url_constants.cc
|
| +++ b/content/public/common/url_constants.cc
|
| @@ -13,6 +13,7 @@ const char kBlobScheme[] = "blob";
|
| // There are security implications associated with introducing new schemes.
|
| const char kChromeDevToolsScheme[] = "chrome-devtools";
|
| const char kChromeUIScheme[] = "chrome";
|
| +const char kDomDistillerScheme[] = "chrome-distiller";
|
| const char kDataScheme[] = "data";
|
| } // namespace chrome
|
|
|
|
|