| Index: components/safe_browsing/base_ui_manager.cc
|
| diff --git a/components/safe_browsing/base_ui_manager.cc b/components/safe_browsing/base_ui_manager.cc
|
| index 6e4886e0e087b003d7346276cea65b16abb70495..bc50cb2234784856127d8e84fcb20a974d2f4a46 100644
|
| --- a/components/safe_browsing/base_ui_manager.cc
|
| +++ b/components/safe_browsing/base_ui_manager.cc
|
| @@ -99,7 +99,6 @@ BaseUIManager::BaseUIManager() {}
|
|
|
| void BaseUIManager::StopOnIOThread(bool shutdown) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| - // TODO(ntfschr): implement this once SafeBrowsingService is componentized
|
| return;
|
| }
|
|
|
| @@ -241,14 +240,12 @@ void BaseUIManager::LogPauseDelay(base::TimeDelta time) {
|
| void BaseUIManager::MaybeReportSafeBrowsingHit(
|
| const HitReport& hit_report) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| - // TODO(ntfschr): implement this once we support reporting in WebView
|
| return;
|
| }
|
|
|
| void BaseUIManager::ReportSafeBrowsingHitOnIOThread(
|
| const HitReport& hit_report) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| - // TODO(ntfschr): implement this once we support reporting in WebView
|
| return;
|
| }
|
|
|
| @@ -257,7 +254,6 @@ void BaseUIManager::ReportSafeBrowsingHitOnIOThread(
|
| void BaseUIManager::SendSerializedThreatDetails(
|
| const std::string& serialized) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| - // TODO(ntfschr): implement this once we support reporting in WebView
|
| return;
|
| }
|
|
|
|
|