| Index: chrome/renderer/security_filter_peer.h
|
| diff --git a/chrome/renderer/security_filter_peer.h b/chrome/renderer/security_filter_peer.h
|
| index 8fa5749702391445812680ec1db77ddb5c396cc0..792fba46d73f7ab4c5dd4c55c03efccf6a289a77 100644
|
| --- a/chrome/renderer/security_filter_peer.h
|
| +++ b/chrome/renderer/security_filter_peer.h
|
| @@ -14,7 +14,7 @@
|
| // unsafe resources (such as mixed-content resource).
|
| // Call the factory method CreateSecurityFilterPeer() to obtain an instance of
|
| // SecurityFilterPeer based on the original Peer.
|
| -// NOTE: subclasses should insure they delete themselves at the end of the
|
| +// NOTE: subclasses should ensure they delete themselves at the end of the
|
| // OnReceiveComplete call.
|
| class SecurityFilterPeer : public content::RequestPeer {
|
| public:
|
| @@ -32,8 +32,7 @@ class SecurityFilterPeer : public content::RequestPeer {
|
| // content::RequestPeer methods.
|
| virtual void OnUploadProgress(uint64 position, uint64 size) OVERRIDE;
|
| virtual bool OnReceivedRedirect(
|
| - const GURL& new_url,
|
| - const GURL& new_first_party_for_cookies,
|
| + const net::RedirectInfo& redirect_info,
|
| const content::ResourceResponseInfo& info) OVERRIDE;
|
| virtual void OnReceivedResponse(
|
| const content::ResourceResponseInfo& info) OVERRIDE;
|
|
|