diff options
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r-- | chrome/browser/bug_report_util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc index 227f427..948e46a 100644 --- a/chrome/browser/bug_report_util.cc +++ b/chrome/browser/bug_report_util.cc @@ -373,6 +373,7 @@ void BugReportUtil::SendReport(Profile* profile, DispatchFeedback(profile, post_body, 0); } +#if defined(ENABLE_SAFE_BROWSING) // static void BugReportUtil::ReportPhishing(TabContents* currentTab, const std::string& phishing_url) { @@ -383,3 +384,4 @@ void BugReportUtil::ReportPhishing(TabContents* currentTab, GURL(), PageTransition::LINK); } +#endif |