| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| index 76a83c8d35efdf26bd0cbf4a105618db9691c829..458d142e26044663e1f38e681fc01ef9d938b5d7 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -481,21 +481,16 @@ void SafeBrowsingBlockingPage::SetReportingPreference(bool report) {
|
| // kSafeBrowsingExtendedReportingEnabled should be updated.
|
| // TODO(felt): Remove this in M-39. crbug.com/384668
|
| void SafeBrowsingBlockingPage::UpdateReportingPref() {
|
| - LOG(ERROR) << "1";
|
| if (!reporting_checkbox_checked_)
|
| return;
|
| - LOG(ERROR) << "2";
|
| if (IsPrefEnabled(prefs::kSafeBrowsingExtendedReportingEnabled))
|
| return;
|
| - LOG(ERROR) << "3";
|
| Profile* profile = Profile::FromBrowserContext(
|
| web_contents_->GetBrowserContext());
|
| if (profile->GetPrefs()->HasPrefPath(
|
| prefs::kSafeBrowsingExtendedReportingEnabled))
|
| return;
|
| - LOG(ERROR) << "4";
|
| SetReportingPreference(true);
|
| - LOG(ERROR) << "5";
|
| }
|
|
|
| void SafeBrowsingBlockingPage::OnProceed() {
|
|
|