Index: chrome/browser/safe_browsing/client_side_detection_host.cc |
=================================================================== |
--- chrome/browser/safe_browsing/client_side_detection_host.cc (revision 109469) |
+++ chrome/browser/safe_browsing/client_side_detection_host.cc (working copy) |
@@ -290,7 +290,7 @@ |
return handled; |
} |
-void ClientSideDetectionHost::DidNavigateMainFramePostCommit( |
+void ClientSideDetectionHost::DidNavigateMainFrame( |
const content::LoadCommittedDetails& details, |
const ViewHostMsg_FrameNavigate_Params& params) { |
// TODO(noelutz): move this DCHECK to TabContents and fix all the unit tests |