diff options
Diffstat (limited to 'chrome/browser/debugger/inspectable_tab_proxy.h')
-rw-r--r-- | chrome/browser/debugger/inspectable_tab_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/debugger/inspectable_tab_proxy.h b/chrome/browser/debugger/inspectable_tab_proxy.h index 23e1b11..6729cda 100644 --- a/chrome/browser/debugger/inspectable_tab_proxy.h +++ b/chrome/browser/debugger/inspectable_tab_proxy.h @@ -17,6 +17,8 @@ class DevToolsClientHostImpl; class NavigationController; // Proxies debugged tabs' NavigationControllers using their UIDs. +// Keeps track of tabs being debugged so that we can detach from +// them on remote debugger connection loss. class InspectableTabProxy { public: typedef base::hash_map<int32, NavigationController*> ControllersMap; |