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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host.cc

Issue 1008913002: Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
Index: chrome/browser/safe_browsing/client_side_detection_host.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
index 9484b8347a2c7dd5e41f74670ca7bb8cd889b32e..3e497308463fa9675b35a283d7601eb7a4adb089 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
@@ -510,7 +510,7 @@ void ClientSideDetectionHost::OnMalwarePreClassificationDone(
MaybeStartMalwareFeatureExtraction();
}
-void ClientSideDetectionHost::DidStopLoading(content::RenderViewHost* rvh) {
+void ClientSideDetectionHost::DidStopLoading() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
if (!csd_service_ || !browse_info_.get())
return;

Powered by Google App Engine
This is Rietveld 408576698