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

Unified Diff: chrome/renderer/safe_browsing/phishing_classifier_delegate.cc

Issue 226093007: Convert Chrome usages of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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

Powered by Google App Engine
This is Rietveld 408576698