| 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 -------------------------------------------
|
|
|
|
|