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

Unified Diff: content/browser/browsing_data/clear_site_data_throttle.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/browsing_data/clear_site_data_throttle.cc
diff --git a/content/browser/browsing_data/clear_site_data_throttle.cc b/content/browser/browsing_data/clear_site_data_throttle.cc
index eec778fefe8817f0cd238840f61ac4629ed37840..9799e1c7a06cd8c6a5ab2d1a59d2472a7f47c40e 100644
--- a/content/browser/browsing_data/clear_site_data_throttle.cc
+++ b/content/browser/browsing_data/clear_site_data_throttle.cc
@@ -119,6 +119,10 @@ ClearSiteDataThrottle::WillProcessResponse() {
return clearing_in_progress_ ? DEFER : PROCEED;
}
+const char* ClearSiteDataThrottle::GetNameForLogging() {
+ return "ClearSiteDataThrottle";
+}
+
void ClearSiteDataThrottle::HandleHeader() {
NavigationHandleImpl* handle =
static_cast<NavigationHandleImpl*>(navigation_handle());
« no previous file with comments | « content/browser/browsing_data/clear_site_data_throttle.h ('k') | content/browser/devtools/page_navigation_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698