| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 3dc3c9fa458131d26d794743ae2bc2ca9f15ab21..3b7dd38977149af603eb8197c72cce39ff7da198 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -413,6 +413,10 @@ extern const char kDriveScheme[];
|
| extern const char kCloudPrintLearnMoreURL[];
|
| #endif
|
|
|
| +// Parameters that get appended to force SafeSearch.
|
| +extern const char kSafeSearchSafeParameter[];
|
| +extern const char kSafeSearchSsuiParameter[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|