| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 535668ab8bf63f048d341f95db7ac00b89a97c6e..40cd1a25cb8f2883c45562f6ab1ef999f6cd40df 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -405,6 +405,9 @@ extern const char kDriveScheme[];
|
| extern const char kCloudPrintLearnMoreURL[];
|
| #endif
|
|
|
| +// Parameters that get appended to force SafeSearch
|
| +extern const char kSafeSearchParameters[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|