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

Side by Side Diff: webkit/glue/webplugin_impl_mac.mm

Issue 14122: Handle HTTP 200 responses received in response to byte range requests issued... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webplugin_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #include "config.h" 5 #include "config.h"
6 6
7 #include "wtf/ASCIICType.h" 7 #include "wtf/ASCIICType.h"
8 8
9 #undef LOG 9 #undef LOG
10 #include "webkit/glue/webplugin_impl.h" 10 #include "webkit/glue/webplugin_impl.h"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 NSLog(@"WebPluginContainer::GetPluginScriptableObject"); 43 NSLog(@"WebPluginContainer::GetPluginScriptableObject");
44 } 44 }
45 45
46 WebCore::Widget* WebPluginImpl::Create(const GURL& url, 46 WebCore::Widget* WebPluginImpl::Create(const GURL& url,
47 char** argn, 47 char** argn,
48 char** argv, 48 char** argv,
49 int argc, 49 int argc,
50 WebCore::Element* element, 50 WebCore::Element* element,
51 WebFrameImpl* frame, 51 WebFrameImpl* frame,
52 WebPluginDelegate* delegate, 52 WebPluginDelegate* delegate,
53 bool load_manually) { 53 bool load_manually,
54 const std::string& mime_type) {
54 // TODO(pinkerton): delete delegate when stubbing out? 55 // TODO(pinkerton): delete delegate when stubbing out?
55 NSLog(@"WebPluginImpl::Create"); 56 NSLog(@"WebPluginImpl::Create");
56 return NULL; 57 return NULL;
57 } 58 }
OLDNEW
« no previous file with comments | « webkit/glue/webplugin_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698