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

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

Issue 2578363002: Wire up download attribution enable finch experiment (Closed)
Patch Set: Remove unnecessary includes 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: chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
index 85321e69b593f7c6eefc15854803ed12bfee5b56..f08f42ef8d1c812dd1396bebf4c36b7f884b0aed 100644
--- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
+++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
@@ -64,7 +64,9 @@ struct ResolvedIPAddress {
class SafeBrowsingNavigationObserver : public base::SupportsUserData::Data,
public content::WebContentsObserver {
public:
- static void MaybeCreateForWebContents(content::WebContents* web_contents);
+ static void MaybeCreateForWebContents(
+ content::WebContents* web_contents);
+
static SafeBrowsingNavigationObserver* FromWebContents(
content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698