Index: chrome/browser/renderer_host/resource_dispatcher_host.h |
=================================================================== |
--- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 19828) |
+++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy) |
@@ -465,7 +465,7 @@ |
void NotifyResponseStarted(URLRequest* request, int process_id); |
// Notify our observers that a request has been redirected. |
- void NofityReceivedRedirect(URLRequest* request, |
+ void NotifyReceivedRedirect(URLRequest* request, |
int process_id, |
const GURL& new_url); |