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

Unified Diff: webkit/media/android/webmediaplayer_android.cc

Issue 16082004: Fixed incorrect bug ID in TODO. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/android/webmediaplayer_android.cc
diff --git a/webkit/media/android/webmediaplayer_android.cc b/webkit/media/android/webmediaplayer_android.cc
index dabb584fa56e8383f6d05cc99baa26f4a706423d..5a49c907449c0aad24794c57163aa7d047e5bdcc 100644
--- a/webkit/media/android/webmediaplayer_android.cc
+++ b/webkit/media/android/webmediaplayer_android.cc
@@ -323,7 +323,7 @@ bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
bool WebMediaPlayerAndroid::hasSingleSecurityOrigin() const {
// TODO(qinmin): fix this for urls that are not file.
- // https://code.google.com/p/chromium/issues/detail?id=28353
+ // https://code.google.com/p/chromium/issues/detail?id=234710
if (url_.SchemeIsFile())
return true;
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698