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

Unified Diff: content/public/test/navigation_simulator.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
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/test/navigation_simulator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index a83df10f43ec10b9defb36a73927d412863e0d18..ac68c7260ace957dfc765c8e316bdb6b5cd72535 100644
--- a/content/public/test/navigation_simulator.cc
+++ b/content/public/test/navigation_simulator.cc
@@ -49,6 +49,10 @@ class NavigationThrottleCallbackRunner : public NavigationThrottle {
return NavigationThrottle::PROCEED;
}
+ const char* GetNameForLogging() override {
+ return "NavigationThrottleCallbackRunner";
+ }
+
private:
base::Closure on_will_start_request_;
base::Closure on_will_redirect_request_;
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/test/navigation_simulator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698