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

Unified Diff: content/public/test/navigation_simulator.cc

Issue 2830353003: Tracing for NavigationHandle lifetime and state. (Closed)
Patch Set: 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/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index 33ae14213359fd3022f617241adfe66b5240a2c7..c457188f47454a8fa6a662b5604ed5ea449f7962 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_;

Powered by Google App Engine
This is Rietveld 408576698