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

Unified Diff: content/browser/frame_host/navigation_handle_impl_browsertest.cc

Issue 2830353003: Tracing for NavigationHandle lifetime and state. (Closed)
Patch Set: Rebase. Created 3 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
Index: content/browser/frame_host/navigation_handle_impl_browsertest.cc
diff --git a/content/browser/frame_host/navigation_handle_impl_browsertest.cc b/content/browser/frame_host/navigation_handle_impl_browsertest.cc
index cfab72949f7efe7eb83b529aaa595cb1c9bba8ec..64a6b3bfc22750b1e1fe9ee6cb43ee766e838627 100644
--- a/content/browser/frame_host/navigation_handle_impl_browsertest.cc
+++ b/content/browser/frame_host/navigation_handle_impl_browsertest.cc
@@ -139,6 +139,8 @@ class TestNavigationThrottle : public NavigationThrottle {
did_call_will_process_(did_call_will_process) {}
~TestNavigationThrottle() override {}
+ const char* GetNameForLogging() override { return "TestNavigationThrottle"; }
+
void Resume() { navigation_handle()->Resume(); }
RequestContextType request_context_type() { return request_context_type_; }
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl.cc ('k') | content/browser/frame_host/navigation_handle_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698