diff options
Diffstat (limited to 'chrome/browser/debugger/inspectable_tab_proxy.h')
-rw-r--r-- | chrome/browser/debugger/inspectable_tab_proxy.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/debugger/inspectable_tab_proxy.h b/chrome/browser/debugger/inspectable_tab_proxy.h index 7888a7c..fdf82d9 100644 --- a/chrome/browser/debugger/inspectable_tab_proxy.h +++ b/chrome/browser/debugger/inspectable_tab_proxy.h @@ -23,9 +23,8 @@ class InspectableTabProxy { virtual ~InspectableTabProxy() {} // Returns a map of NavigationControllerKeys to NavigationControllers - // for all Browser instances. If |refresh| == true, the cached map will be - // dropped and retrieved anew. - const ControllersMap& controllers_map(bool refresh); + // for all Browser instances. + const ControllersMap& controllers_map(); // Creates a new DevToolsClientHost implementor instance. // |id| is the UID of the tab to debug. |