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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 6014003: Intergration of the client-side phishing detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 9 years, 11 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index ef6f259f71488f8576c95f9aae15b37e83131208..a98b7fc8e8fe28bcd4139bb50cc8172b40781edc 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -1040,6 +1040,8 @@ class TabContents : public PageNavigator,
int maximum_percent,
bool remember);
virtual void UpdateContentRestrictions(int restrictions);
+ virtual void DetectedPhishingSite(const GURL& phishing_url,
+ double phishing_score);
// RenderViewHostManager::Delegate -------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698