| Index: chrome/browser/renderer_host/resource_dispatcher_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.cc (revision 19828)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.cc (working copy)
|
| @@ -852,7 +852,7 @@
|
| return;
|
| }
|
|
|
| - NofityReceivedRedirect(request, info->process_id, new_url);
|
| + NotifyReceivedRedirect(request, info->process_id, new_url);
|
|
|
| if (HandleExternalProtocol(info->request_id, info->process_id,
|
| info->route_id, new_url,
|
| @@ -1409,7 +1409,7 @@
|
| GetCertID(request, process_id))));
|
| }
|
|
|
| -void ResourceDispatcherHost::NofityReceivedRedirect(URLRequest* request,
|
| +void ResourceDispatcherHost::NotifyReceivedRedirect(URLRequest* request,
|
| int process_id,
|
| const GURL& new_url) {
|
| // Notify the observers on the IO thread.
|
|
|