Chromium Code Reviews| Index: webkit/glue/webplugin_impl_mac.mm |
| =================================================================== |
| --- webkit/glue/webplugin_impl_mac.mm (revision 7063) |
| +++ webkit/glue/webplugin_impl_mac.mm (working copy) |
| @@ -50,7 +50,8 @@ |
| WebCore::Element* element, |
| WebFrameImpl* frame, |
| WebPluginDelegate* delegate, |
| - bool load_manually) { |
| + bool load_manually, |
| + const std::string& mime_type) { |
| // TODO(pinkerton): delete delegate when stubbing out? |
| NSLog(@"WebPluginImpl::Create"); |
| return NULL; |