| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index de00e622b515d35e13d148d8cfd1494b3f4d5db9..3ccbd1f975e2175f614e198eb15d463cf6c1fa17 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -266,6 +266,7 @@ const char kChromeUISandboxHost[] = "sandbox";
|
|
|
| #if defined(OS_ANDROID)
|
| const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo";
|
| +const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|