| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index e005bea4bedd22b383d61adf9d6d6823155da0b8..e99f48b8be2ab5751b6ab0bdfb27e03adca575f8 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -584,7 +584,7 @@ const char* const kChromeHostURLs[] = {
|
| #if defined(ENABLE_EXTENSIONS)
|
| kChromeUIExtensionsHost,
|
| #endif
|
| -#if defined(ENABLE_PRINTING)
|
| +#if defined(ENABLE_FULL_PRINTING)
|
| kChromeUIPrintHost,
|
| #endif
|
| content::kChromeUIAccessibilityHost,
|
|
|