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

Unified Diff: chrome/browser/chromeos/login/signin/merge_session_navigation_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: chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
diff --git a/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc b/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
index 5890ada5eef5ffb75637dfbc7c979a90b07249db..4f76f10b066aa004f526f400bef9a5c949353d5f 100644
--- a/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
+++ b/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
@@ -45,6 +45,10 @@ MergeSessionNavigationThrottle::WillStartRequest() {
return content::NavigationThrottle::DEFER;
}
+const char* MergeSessionNavigationThrottle::GetNameForLogging() {
+ return "MergeSessionNavigationThrottle";
+}
+
void MergeSessionNavigationThrottle::OnBlockingPageComplete() {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
navigation_handle()->Resume();

Powered by Google App Engine
This is Rietveld 408576698