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

Unified Diff: content/browser/debugger/devtools_manager.h

Issue 8572010: DevTools: reattach to previous RVH when pending navigation is being canceled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added test Created 9 years, 1 month 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/debugger/devtools_manager.h
diff --git a/content/browser/debugger/devtools_manager.h b/content/browser/debugger/devtools_manager.h
index 56807dc392cc1b5cde1403c7548824d0efebbad0..b2d533845b511fbe7179e97981d2b1b6504b26db 100644
--- a/content/browser/debugger/devtools_manager.h
+++ b/content/browser/debugger/devtools_manager.h
@@ -60,6 +60,8 @@ class CONTENT_EXPORT DevToolsManager
void OnNavigatingToPendingEntry(RenderViewHost* inspected_rvh,
RenderViewHost* dest_rvh,
const GURL& gurl);
+ void OnCancelPendingNavigation(RenderViewHost* pending,
+ RenderViewHost* current);
// Invoked when a tab is replaced by another tab. This is triggered by
// TabStripModel::ReplaceTabContentsAt.
« no previous file with comments | « no previous file | content/browser/debugger/devtools_manager.cc » ('j') | content/browser/tab_contents/render_view_host_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698