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