Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  Added method implementations for NSURLProtocol descendants
  • Loading branch information
kbhomes committed Jun 5, 2014
2 parents e017cd5 + a5bad07 commit 3afd373
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions radiant-player-mac/WebView/ImageURLProtocol.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ - (void)stopLoading

}

+ (NSURLRequest *)canonicalRequestForRequest:(NSURLRequest *)request
{
return request;
}

- (NSString *)mimeTypeFromURL:(NSURL *)url
{
NSString *extension = [[url pathExtension] lowercaseString];
Expand Down

0 comments on commit 3afd373

Please sign in to comment.