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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc

Issue 2821163002: Clean up DownloadAttribution Finch experiments (Closed)
Patch Set: revert partial change is InEnabledAndReady() Created 3 years, 8 months 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: chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
index d625c3430698a0868546d24325e9c9654089ddda..776d5107574418f79c1ef9c9c5405a9017179ce9 100644
--- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
@@ -76,7 +76,7 @@ void SafeBrowsingNavigationObserver::MaybeCreateForWebContents(
return;
if (safe_browsing::SafeBrowsingNavigationObserverManager::IsEnabledAndReady(
- Profile::FromBrowserContext(web_contents->GetBrowserContext()))) {
+ Profile::FromBrowserContext(web_contents->GetBrowserContext()))) {
web_contents->SetUserData(
kWebContentsUserDataKey,
base::MakeUnique<SafeBrowsingNavigationObserver>(

Powered by Google App Engine
This is Rietveld 408576698