Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index 535668ab8bf63f048d341f95db7ac00b89a97c6e..ac8638f5c7c58159709402d9c1b34427528317fc 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -405,6 +405,10 @@ extern const char kDriveScheme[]; |
extern const char kCloudPrintLearnMoreURL[]; |
#endif |
+// Parameters that get appended to force SafeSearch |
Joao da Silva
2012/10/22 21:14:20
nit: terminate sentence with a dot
Sergiu
2012/10/30 01:08:11
Done.
|
+extern const char kSafeSearchSafeParameter[]; |
+extern const char kSafeSearchSsuiParameter[]; |
+ |
} // namespace chrome |
#endif // CHROME_COMMON_URL_CONSTANTS_H_ |