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

Unified Diff: chrome/common/url_constants.cc

Issue 1091253005: [Android] Update Protected Media Identifier Settings UI to reflect exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Newton's Comments Created 5 years, 8 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.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 909de084c346f65da0c41e02c6c6174cdf2d647c..0ac097f18b69bb29bd28983b5f09d5ecfe1c7152 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -504,9 +504,16 @@ const char kDoNotTrackLearnMoreURL[] =
#if defined(OS_CHROMEOS)
const char kAttestationForContentProtectionLearnMoreURL[] =
"https://support.google.com/chromebook/?p=verified_access";
+#endif
+#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
const char kEnhancedPlaybackNotificationLearnMoreURL[] =
+#endif
+#if defined(OS_CHROMEOS)
"https://support.google.com/chromebook/?p=enhanced_playback";
+#elif defined(OS_ANDROID)
+// Keep in sync with chrome/android/java/strings/android_chrome_strings.grd
+ "https://support.google.com/chrome/?p=mobile_protected_content";
#endif
const char kChromiumProjectURL[] = "http://www.chromium.org/";

Powered by Google App Engine
This is Rietveld 408576698