| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 9a2619424eaf09db922688a848a0af31cd6c0225..664b1572810ec3d9f7c5fdf47527c6d86561c830 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -657,6 +657,8 @@ const char kChromeSearchOnlineNtpHost[] = "online-ntp";
|
| const char kChromeSearchMostVisitedHost[] = "most-visited";
|
| const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/";
|
|
|
| +const char kDomDistillerScheme[] = "chrome-distiller";
|
| +
|
| // Google SafeSearch query parameters.
|
| const char kSafeSearchSafeParameter[] = "safe=active";
|
| const char kSafeSearchSsuiParameter[] = "ssui=on";
|
|
|