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

Unified Diff: public/platform/WebMimeRegistry.h

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | « codereview.settings ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMimeRegistry.h
diff --git a/public/platform/WebMimeRegistry.h b/public/platform/WebMimeRegistry.h
index 0574d4344c0f6c9fdd85b8804a171a949660cfe7..6796d87211dbd14b59b12bc25312f4a323a5e03c 100644
--- a/public/platform/WebMimeRegistry.h
+++ b/public/platform/WebMimeRegistry.h
@@ -45,6 +45,7 @@ public:
virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0;
virtual SupportsType supportsImagePrefixedMIMEType(const WebString& mimeType) = 0;
virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0;
+ virtual SupportsType supportsDartMIMEType(const WebString& mimeType) = 0;
virtual SupportsType supportsMediaMIMEType(const WebString& mimeType, const WebString& codecs, const WebString& keySystem) = 0;
virtual bool supportsMediaSourceMIMEType(const WebString& mimeType, const WebString& codecs) = 0;
« no previous file with comments | « codereview.settings ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698