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

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: sync'd to ToT 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index a3a6d16acaa1b085d7199521c5085b062181b27a..044ff69077515b61ba58827daa8261b8d93130e2 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -324,6 +324,11 @@ extern const char kCrashReasonURL[];
// "Learn more" URL for killed tab page.
extern const char kKillReasonURL[];
+#if defined(OS_WIN)
+// "Learn more" URL for the Win8 Data Privacy section under Options.
+extern const char kPrivacyWin8DataLearnMoreURL[];
+#endif
+
// "Learn more" URL for the Privacy section under Options.
extern const char kPrivacyLearnMoreURL[];
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698