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

Side by Side Diff: content/child/simple_webmimeregistry_impl.h

Issue 1476763004: Remove unused code from WebMimeRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove implementations 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_ 5 #ifndef CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_
6 #define CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_ 6 #define CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 25 matching lines...) Expand all
36 const blink::WebString&, 36 const blink::WebString&,
37 const blink::WebString&, 37 const blink::WebString&,
38 const blink::WebString&) override; 38 const blink::WebString&) override;
39 bool supportsMediaSourceMIMEType(const blink::WebString&, 39 bool supportsMediaSourceMIMEType(const blink::WebString&,
40 const blink::WebString&) override; 40 const blink::WebString&) override;
41 blink::WebMimeRegistry::SupportsType supportsNonImageMIMEType( 41 blink::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
42 const blink::WebString&) override; 42 const blink::WebString&) override;
43 blink::WebString mimeTypeForExtension(const blink::WebString&) override; 43 blink::WebString mimeTypeForExtension(const blink::WebString&) override;
44 blink::WebString wellKnownMimeTypeForExtension( 44 blink::WebString wellKnownMimeTypeForExtension(
45 const blink::WebString&) override; 45 const blink::WebString&) override;
46 blink::WebString mimeTypeFromFile(const blink::WebString&) override;
47 }; 46 };
48 47
49 } // namespace content 48 } // namespace content
50 49
51 #endif // CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_ 50 #endif // CONTENT_CHILD_SIMPLE_WEBMIMEREGISTRY_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/mime_registry_message_filter.cc ('k') | content/child/simple_webmimeregistry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698