Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3702)

Unified Diff: chrome/common/url_constants.h

Issue 11186002: Add a SafeSearch preference, policy and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fixes and refactoring from comments Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698