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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 242483003: Move CaptivePortalDetector to src/components/captive_portal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
« no previous file with comments | « chrome/browser/captive_portal/testing_utils.cc ('k') | chrome/browser/chromeos/login/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 3d117b2c183eebbfc8856d5f9cf8b7e8d0f6a317..20fc51d7bd5a0ef46d29228505136d04d91e9fa5 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1863,8 +1863,8 @@ void ChromeContentBrowserClient::AllowCertificateError(
}
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
- captive_portal::CaptivePortalTabHelper* captive_portal_tab_helper =
- captive_portal::CaptivePortalTabHelper::FromWebContents(tab);
+ CaptivePortalTabHelper* captive_portal_tab_helper =
+ CaptivePortalTabHelper::FromWebContents(tab);
if (captive_portal_tab_helper)
captive_portal_tab_helper->OnSSLCertError(ssl_info);
#endif
« no previous file with comments | « chrome/browser/captive_portal/testing_utils.cc ('k') | chrome/browser/chromeos/login/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698