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

Commit

Permalink
Merge pull request #179 from apfelbox/yosemite-NSURLProtocol
Browse files Browse the repository at this point in the history
Added method implementations for NSURLProtocol descendants
  • Loading branch information
kbhomes committed Jun 4, 2014
2 parents b89014f + 234a2e5 commit a5bad07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-music-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 a5bad07

Please sign in to comment.