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

Unified Diff: chrome/common/url_constants.h

Issue 10854126: Show an extra privacy warning on Win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now gets the Windows Version from within JS/ Created 8 years, 4 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 47924c75f6f4f59dea0291ad7e7c33085f4094cd..85e5079cf8bfd512215b910b840ae40cf3475e01 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -312,6 +312,9 @@ extern const char kCrashReasonURL[];
// "Learn more" URL for killed tab page.
extern const char kKillReasonURL[];
+// "Learn more" URL for the Win8 Data Privacy section under Options.
+extern const char kPrivacyWin8DataLearnMoreURL[];
+
// "Learn more" URL for the Privacy section under Options.
extern const char kPrivacyLearnMoreURL[];

Powered by Google App Engine
This is Rietveld 408576698