summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/inspectable_tab_proxy.h
diff options
context:
space:
mode:
authorapavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 08:42:52 +0000
committerapavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 08:42:52 +0000
commitc0f5a32c2e025e3a2801a254cfeef5987c96199f (patch)
tree5342d84dfd056f4296fa4952f7677fe5039b0398 /chrome/browser/debugger/inspectable_tab_proxy.h
parent609eeec226e06466acb6ccc0ea5d59d453e6623e (diff)
downloadchromium_src-c0f5a32c2e025e3a2801a254cfeef5987c96199f.zip
chromium_src-c0f5a32c2e025e3a2801a254cfeef5987c96199f.tar.gz
chromium_src-c0f5a32c2e025e3a2801a254cfeef5987c96199f.tar.bz2
Review URL: http://codereview.chromium.org/93119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger/inspectable_tab_proxy.h')
-rw-r--r--chrome/browser/debugger/inspectable_tab_proxy.h2
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;