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

Side by Side Diff: content/browser/loader/resource_loader_delegate.h

Issue 11414299: Add content/browser/loader/ for resource loading related classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
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 #ifndef CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_DELEGATE_H_ 5 #ifndef CONTENT_BROWSER_LOADER_RESOURCE_LOADER_DELEGATE_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_DELEGATE_H_ 6 #define CONTENT_BROWSER_LOADER_RESOURCE_LOADER_DELEGATE_H_
7 7
8 #include "content/common/content_export.h" 8 #include "content/common/content_export.h"
9 9
10 namespace net { 10 namespace net {
11 class AuthChallengeInfo; 11 class AuthChallengeInfo;
12 class SSLCertRequestInfo; 12 class SSLCertRequestInfo;
13 } 13 }
14 14
15 namespace content { 15 namespace content {
16 class ResourceDispatcherHostLoginDelegate; 16 class ResourceDispatcherHostLoginDelegate;
(...skipping 22 matching lines...) Expand all
39 // This method informs the delegate that the loader is done, and the loader 39 // This method informs the delegate that the loader is done, and the loader
40 // expects to be destroyed as a side-effect of this call. 40 // expects to be destroyed as a side-effect of this call.
41 virtual void DidFinishLoading(ResourceLoader* loader) = 0; 41 virtual void DidFinishLoading(ResourceLoader* loader) = 0;
42 42
43 protected: 43 protected:
44 virtual ~ResourceLoaderDelegate() {} 44 virtual ~ResourceLoaderDelegate() {}
45 }; 45 };
46 46
47 } // namespace content 47 } // namespace content
48 48
49 #endif // CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_DELEGATE_H_ 49 #endif // CONTENT_BROWSER_LOADER_RESOURCE_LOADER_DELEGATE_H_
OLDNEW
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/browser/loader/resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698