| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index ce82af246bd1946a1c5f53e878cab70c359b6e07..59fa166e258d51bd30edd22d77c58881bb8628d9 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -265,6 +265,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)
|
|
|