| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index efa2f84fefe58b1334d17a853f95b310f1b74cc3..652b4c9a73363ed05c3604d8cf04f6b7c02dc56e 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -578,6 +578,11 @@ extern const char kCrosScheme[];
|
| extern const char kAndroidAppScheme[];
|
| #endif
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// "Learn more" URL for the Printing section under Options.
|
| +extern const char kCrosPrintingLearnMoreURL[];
|
| +#endif
|
| +
|
| // "Learn more" URL for the Cloud Print section under Options.
|
| extern const char kCloudPrintLearnMoreURL[];
|
|
|
|
|