| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index a1f8e4fca8f9d63692bdef7948c0009d075678cf..18a1963b49853b405c3bdbd826b6886ba71b561c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -490,6 +490,9 @@ extern const char kCrosScheme[];
|
| extern const char kDriveScheme[];
|
| #endif
|
|
|
| +// Scheme for the DOM Distiller component.
|
| +extern const char kDomDistillerScheme[];
|
| +
|
| // "Learn more" URL for the Cloud Print section under Options.
|
| extern const char kCloudPrintLearnMoreURL[];
|
|
|
|
|