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

Side by Side Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: rebased Created 4 years, 1 month 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 /* 1 /*
2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2011 Apple Inc. All rights reserved. 3 * Copyright (C) 2011 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #include "platform/MIMETypeRegistry.h" 67 #include "platform/MIMETypeRegistry.h"
68 #include "platform/RuntimeEnabledFeatures.h" 68 #include "platform/RuntimeEnabledFeatures.h"
69 #include "platform/UserGestureIndicator.h" 69 #include "platform/UserGestureIndicator.h"
70 #include "platform/exported/WrappedResourceRequest.h" 70 #include "platform/exported/WrappedResourceRequest.h"
71 #include "platform/exported/WrappedResourceResponse.h" 71 #include "platform/exported/WrappedResourceResponse.h"
72 #include "platform/network/HTTPParsers.h" 72 #include "platform/network/HTTPParsers.h"
73 #include "platform/plugins/PluginData.h" 73 #include "platform/plugins/PluginData.h"
74 #include "public/platform/Platform.h" 74 #include "public/platform/Platform.h"
75 #include "public/platform/WebApplicationCacheHost.h" 75 #include "public/platform/WebApplicationCacheHost.h"
76 #include "public/platform/WebMediaPlayerSource.h" 76 #include "public/platform/WebMediaPlayerSource.h"
77 #include "public/platform/WebMimeRegistry.h"
78 #include "public/platform/WebRTCPeerConnectionHandler.h" 77 #include "public/platform/WebRTCPeerConnectionHandler.h"
79 #include "public/platform/WebSecurityOrigin.h" 78 #include "public/platform/WebSecurityOrigin.h"
80 #include "public/platform/WebURL.h" 79 #include "public/platform/WebURL.h"
81 #include "public/platform/WebURLError.h" 80 #include "public/platform/WebURLError.h"
82 #include "public/platform/WebVector.h" 81 #include "public/platform/WebVector.h"
83 #include "public/platform/modules/serviceworker/WebServiceWorkerProvider.h" 82 #include "public/platform/modules/serviceworker/WebServiceWorkerProvider.h"
84 #include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h " 83 #include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h "
85 #include "public/web/WebAutofillClient.h" 84 #include "public/web/WebAutofillClient.h"
86 #include "public/web/WebContentSettingsClient.h" 85 #include "public/web/WebContentSettingsClient.h"
87 #include "public/web/WebDOMEvent.h" 86 #include "public/web/WebDOMEvent.h"
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 WebDevToolsAgentImpl* FrameLoaderClientImpl::devToolsAgent() { 974 WebDevToolsAgentImpl* FrameLoaderClientImpl::devToolsAgent() {
976 return WebLocalFrameImpl::fromFrame(m_webFrame->frame()->localFrameRoot()) 975 return WebLocalFrameImpl::fromFrame(m_webFrame->frame()->localFrameRoot())
977 ->devToolsAgentImpl(); 976 ->devToolsAgentImpl();
978 } 977 }
979 978
980 KURL FrameLoaderClientImpl::overrideFlashEmbedWithHTML(const KURL& url) { 979 KURL FrameLoaderClientImpl::overrideFlashEmbedWithHTML(const KURL& url) {
981 return m_webFrame->client()->overrideFlashEmbedWithHTML(WebURL(url)); 980 return m_webFrame->client()->overrideFlashEmbedWithHTML(WebURL(url));
982 } 981 }
983 982
984 } // namespace blink 983 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698