| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| index 01f53f082c5d5aebc380074801073ff1a956b162..eda0cdc0bd84cb10464e80e5485dabcf4aa7d2eb 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| @@ -97,7 +97,7 @@ content::WebUIDataSource* CreateLocalDiscoveryHTMLSource() {
|
| source->AddLocalizedString("backButton", IDS_SETTINGS_TITLE);
|
|
|
| // Cloud print connector-related strings.
|
| -#if defined(ENABLE_FULL_PRINTING) && !defined(OS_CHROMEOS)
|
| +#if defined(ENABLE_PRINT_PREVIEW) && !defined(OS_CHROMEOS)
|
| source->AddLocalizedString("cloudPrintConnectorEnablingButton",
|
| IDS_OPTIONS_CLOUD_PRINT_CONNECTOR_ENABLING_BUTTON);
|
| source->AddLocalizedString("cloudPrintConnectorDisabledButton",
|
|
|