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

Unified Diff: components/navigation_interception/intercept_navigation_throttle.h

Issue 1579603004: Gather more information related to crash in InterceptNavigationThrottle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | components/navigation_interception/intercept_navigation_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_interception/intercept_navigation_throttle.h
diff --git a/components/navigation_interception/intercept_navigation_throttle.h b/components/navigation_interception/intercept_navigation_throttle.h
index 57fd8d011cf4dbc7e4d60a617f275f7e45a548f9..2367c5b921eef645321eb4ff0829075959bd331f 100644
--- a/components/navigation_interception/intercept_navigation_throttle.h
+++ b/components/navigation_interception/intercept_navigation_throttle.h
@@ -45,7 +45,10 @@ class InterceptNavigationThrottle : public content::NavigationThrottle {
// Called to perform the checks asynchronously
void RunCallbackAsynchronously(const NavigationParams& navigation_params);
- void OnAsynchronousChecksPerformed(bool should_ignore_navigation);
+ // TODO(clamy): remove |throttle_was_destroyed| once crbug.com/570200 is
+ // fixed.
+ void OnAsynchronousChecksPerformed(bool should_ignore_navigation,
+ bool throttle_was_destroyed);
CheckCallback should_ignore_callback_;
« no previous file with comments | « no previous file | components/navigation_interception/intercept_navigation_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698