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

Unified Diff: chrome/browser/tracing/navigation_tracing.h

Issue 2494633004: Remove about:srcdoc url conversion. (Closed)
Patch Set: Addressed comments. Created 4 years, 1 month 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/tracing/navigation_tracing.h
diff --git a/chrome/browser/tracing/navigation_tracing.h b/chrome/browser/tracing/navigation_tracing.h
index c399d4493cf8706670f11fc0af841edadc3f00b5..f26287e5185b58fdc667612bb5cbc0f3723bbd61 100644
--- a/chrome/browser/tracing/navigation_tracing.h
+++ b/chrome/browser/tracing/navigation_tracing.h
@@ -31,8 +31,7 @@ class NavigationTracingObserver
void DidStartProvisionalLoadForFrame(
content::RenderFrameHost* render_frame_host,
const GURL& validated_url,
- bool is_error_page,
- bool is_iframe_srcdoc) override;
+ bool is_error_page) override;
static content::BackgroundTracingManager::TriggerHandle navigation_handle;

Powered by Google App Engine
This is Rietveld 408576698