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

Unified Diff: ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm

Issue 2575623002: Componentizing SafeBrowsingBlockingPage Part 1 (Closed)
Patch Set: address comments from nparker@ Created 4 years 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: ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm
diff --git a/ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm b/ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm
index f1fa47ed0bd2ed6d596b38f4dd013788ca34aa7d..93e14db2f6341807628a14f6abcb99a72cb55cfd 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm
+++ b/ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm
@@ -26,10 +26,7 @@ IOSChromeMetricsHelper::IOSChromeMetricsHelper(
ios::HistoryServiceFactory::GetForBrowserState(
ios::ChromeBrowserState::FromBrowserState(
web_state->GetBrowserState()),
- ServiceAccessType::EXPLICIT_ACCESS),
- GetApplicationContext()->GetRapporServiceImpl()
- ? GetApplicationContext()->GetRapporServiceImpl()->AsWeakPtr()
- : base::WeakPtr<rappor::RapporService>()) {}
+ ServiceAccessType::EXPLICIT_ACCESS)) {}
IOSChromeMetricsHelper::~IOSChromeMetricsHelper() {}
« no previous file with comments | « ios/chrome/browser/interstitials/ios_chrome_controller_client.mm ('k') | ios/chrome/browser/ssl/ios_ssl_blocking_page.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698