Index: chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc b/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
index 2bb5fb1a39d46a49aecec07c302489e79f6717de..fc1e8ea981743abe4cb2cc5877fd596db6c949e8 100644 |
--- a/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
+++ b/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
@@ -143,7 +143,8 @@ void PhishingClassifierDelegate::OnStartPhishingDetection(const GURL& url) { |
} |
void PhishingClassifierDelegate::DidCommitProvisionalLoad( |
- blink::WebFrame* frame, bool is_new_navigation) { |
+ blink::WebLocalFrame* frame, |
jam
2014/04/05 00:12:39
why change the spacing? it seems like this will fi
|
+ bool is_new_navigation) { |
// A new page is starting to load, so cancel classificaiton. |
// |
// TODO(bryner): We shouldn't need to cancel classification if the navigation |