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

Side by Side Diff: trunk/src/webkit/glue/resource_loader_bridge.h

Issue 19888003: Revert 212927 "Move webkitplatformsupport_impl and related from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 months 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // The intent of this file is to provide a type-neutral abstraction between 5 // The intent of this file is to provide a type-neutral abstraction between
6 // Chrome and WebKit for resource loading. This pure-virtual interface is 6 // Chrome and WebKit for resource loading. This pure-virtual interface is
7 // implemented by the embedder. 7 // implemented by the embedder.
8 // 8 //
9 // One of these objects will be created by WebKit for each request. WebKit 9 // One of these objects will be created by WebKit for each request. WebKit
10 // will own the pointer to the bridge, and will delete it when the request is 10 // will own the pointer to the bridge, and will delete it when the request is
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 // methods may be called to construct the body of the request. 223 // methods may be called to construct the body of the request.
224 WEBKIT_GLUE_EXPORT ResourceLoaderBridge(); 224 WEBKIT_GLUE_EXPORT ResourceLoaderBridge();
225 225
226 private: 226 private:
227 DISALLOW_COPY_AND_ASSIGN(ResourceLoaderBridge); 227 DISALLOW_COPY_AND_ASSIGN(ResourceLoaderBridge);
228 }; 228 };
229 229
230 } // namespace webkit_glue 230 } // namespace webkit_glue
231 231
232 #endif // WEBKIT_GLUE_RESOURCE_LOADER_BRIDGE_H_ 232 #endif // WEBKIT_GLUE_RESOURCE_LOADER_BRIDGE_H_
OLDNEW
« no previous file with comments | « trunk/src/webkit/glue/multipart_response_delegate_unittest.cc ('k') | trunk/src/webkit/glue/resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698