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

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: Add a SafeSearch preference, policy and implementation. 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..d5e246d34ecf61b9b9749a43ec275eedfced582d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -405,6 +405,11 @@ extern const char kDriveScheme[];
extern const char kCloudPrintLearnMoreURL[];
#endif
+// Parameters for SafeSearch when used as the single parameters.
Pam (message me for reviews) 2012/10/17 11:37:37 "Single" is a bit confusing here, since it contain
Sergiu 2012/10/17 14:48:58 Done.
+extern const char kSSearchParamsSingle[];
+// Parameters for SafeSearch when used as the last parameters.
+extern const char kSSearchParamsMultiple[];
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698