summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/attestation
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 17:22:59 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 17:22:59 +0000
commit4f76f0c342e90123a515fcdf146ba435f3affed0 (patch)
tree6b7f2e02ee7e8c2dabf73e291fc2fe8a14ee5270 /chrome/browser/chromeos/attestation
parent8b1226b156789955e79a56e8c04abe92b4b910f7 (diff)
downloadchromium_src-4f76f0c342e90123a515fcdf146ba435f3affed0.zip
chromium_src-4f76f0c342e90123a515fcdf146ba435f3affed0.tar.gz
chromium_src-4f76f0c342e90123a515fcdf146ba435f3affed0.tar.bz2
Add kEnhancedPlaybackNotificationLearnMoreURL.
This is used for the notification dialog of enhanced playback on ChromeOS. BUG=340894 R=bartfab@chromium.org, mukai@chromium.org Review URL: https://codereview.chromium.org/151473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/attestation')
-rw-r--r--chrome/browser/chromeos/attestation/platform_verification_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
index 4192ccc..a45e4e7 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
+++ b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
@@ -113,7 +113,7 @@ gfx::Size PlatformVerificationDialog::GetPreferredSize() {
void PlatformVerificationDialog::StyledLabelLinkClicked(const gfx::Range& range,
int event_flags) {
chrome::ShowSingletonTab(browser_, GURL(
- chrome::kAttestationForContentProtectionLearnMoreURL));
+ chrome::kEnhancedPlaybackNotificationLearnMoreURL));
}
} // namespace attestation