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

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.cc

Issue 149128: Fix a typo I came across while debugging. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698