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

Unified Diff: components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.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: components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.cc
diff --git a/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.cc b/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.cc
index 6c988fb4e82811cc4bca33d69f7874ae96bdc278..c020f88c01c0204158632a57ae981276e3f31a50 100644
--- a/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.cc
+++ b/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager_unittest.cc
@@ -73,6 +73,9 @@ class MockPageStateActivationThrottle : public content::NavigationThrottle {
override {
return MaybeNotifyActivation(WILL_PROCESS_RESPONSE);
}
+ const char* GetNameForLogging() override {
+ return "MockPageStateActivationThrottle";
+ }
private:
content::NavigationThrottle::ThrottleCheckResult MaybeNotifyActivation(

Powered by Google App Engine
This is Rietveld 408576698