| Index: chrome/common/url_constants.h
|
| ===================================================================
|
| --- chrome/common/url_constants.h (revision 180071)
|
| +++ chrome/common/url_constants.h (working copy)
|
| @@ -393,9 +393,7 @@
|
| #if defined(OS_CHROMEOS)
|
| // The URL for the "Learn more" link for natural scrolling on ChromeOS.
|
| extern const char kNaturalScrollHelpURL[];
|
| -#endif
|
|
|
| -#if defined(OS_CHROMEOS)
|
| // The URL for the Learn More page about enterprise enrolled devices.
|
| extern const char kLearnMoreEnterpriseURL[];
|
| #endif
|
| @@ -407,11 +405,12 @@
|
| // Canonical schemes you can use as input to GURL.SchemeIs().
|
| extern const char kExtensionResourceScheme[];
|
|
|
| +extern const char kChromeSearchScheme[];
|
| +
|
| #if defined(OS_CHROMEOS)
|
| +extern const char kCrosScheme[];
|
| extern const char kDriveScheme[];
|
| -#endif
|
|
|
| -#if defined(OS_CHROMEOS)
|
| // "Learn more" URL for the Cloud Print section under Options.
|
| extern const char kCloudPrintLearnMoreURL[];
|
| #endif
|
|
|