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

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

Issue 2650113005: Convert NavigationTracingObserver to use the new navigation callbacks. (Closed)
Patch Set: review comments Created 3 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
« no previous file with comments | « no previous file | chrome/browser/tracing/navigation_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tracing/navigation_tracing.h
diff --git a/chrome/browser/tracing/navigation_tracing.h b/chrome/browser/tracing/navigation_tracing.h
index f26287e5185b58fdc667612bb5cbc0f3723bbd61..709379d6f8275f131f442e5f31650324efac5d32 100644
--- a/chrome/browser/tracing/navigation_tracing.h
+++ b/chrome/browser/tracing/navigation_tracing.h
@@ -28,12 +28,11 @@ class NavigationTracingObserver
~NavigationTracingObserver() override;
// content::WebContentsObserver implementation.
- void DidStartProvisionalLoadForFrame(
- content::RenderFrameHost* render_frame_host,
- const GURL& validated_url,
- bool is_error_page) override;
+ void DidStartNavigation(
+ content::NavigationHandle* navigation_handle) override;
- static content::BackgroundTracingManager::TriggerHandle navigation_handle;
+ static content::BackgroundTracingManager::TriggerHandle
+ navigation_trigger_handle_;
DISALLOW_COPY_AND_ASSIGN(NavigationTracingObserver);
};
« no previous file with comments | « no previous file | chrome/browser/tracing/navigation_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698