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

Unified Diff: chrome/browser/captive_portal/captive_portal_tab_helper.cc

Issue 11788015: When starting a provisional load, indicate whether the provisional URL is about:srcdoc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/captive_portal/captive_portal_tab_helper.cc
diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.cc b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
index 9ed6eca26d911da0f18ee14cc2fd6913059b7e26..6105e9f8cb1db985fdcbdc8ec81308a39ce99740 100644
--- a/chrome/browser/captive_portal/captive_portal_tab_helper.cc
+++ b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
@@ -65,6 +65,7 @@ void CaptivePortalTabHelper::DidStartProvisionalLoadForFrame(
bool is_main_frame,
const GURL& validated_url,
bool is_error_page,
+ bool is_iframe_srcdoc,
content::RenderViewHost* render_view_host) {
DCHECK(CalledOnValidThread());

Powered by Google App Engine
This is Rietveld 408576698