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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2730853002: Add UMA logging to track bad MIME types passed to HTMLMediaElement (Closed)
Patch Set: rebase only Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index 40cbb0876e027b42b3390387f8307a34776626a2..93fe43ddc9d5cabf50b404d2af0231fe7440b6f8 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -436,7 +436,7 @@ class CORE_EXPORT HTMLMediaElement
void invokeResourceSelectionAlgorithm();
void loadInternal();
void selectMediaResource();
- void loadResource(const WebMediaPlayerSource&, const ContentType&);
+ void loadResource(const WebMediaPlayerSource&, const String& contentType);
void startPlayerLoad(const KURL& playerProvidedUrl = KURL());
void setPlayerPreload();
WebMediaPlayer::LoadType loadType() const;
@@ -453,7 +453,7 @@ class CORE_EXPORT HTMLMediaElement
void waitForSourceChange();
void setIgnorePreloadNone();
- KURL selectNextSourceChild(ContentType*, InvalidURLAction);
+ KURL selectNextSourceChild(String* contentType, InvalidURLAction);
void mediaLoadingFailed(WebMediaPlayer::NetworkState);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698