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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.cc

Issue 10946011: Switch CaptivePortalTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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/ui/tab_contents/tab_contents.cc
diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
index 93e0c7830ba49a44dee57b606e9f9b523453f502..bb6f8f0f7a132d8f179e26ceb8f3bd78d16e68ee 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.cc
+++ b/chrome/browser/ui/tab_contents/tab_contents.cc
@@ -160,8 +160,7 @@ TabContents::TabContents(WebContents* contents)
#endif
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
- captive_portal_tab_helper_.reset(
- new captive_portal::CaptivePortalTabHelper(profile(), web_contents()));
+ captive_portal::CaptivePortalTabHelper::CreateForWebContents(contents);
#endif
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698