| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 7172f5cb8250963eb101ffa5dbfb0737e3888c56..4df13e420b6443e70269d773c4a0ad6bba63249b 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -449,6 +449,8 @@ class Browser : public TabStripModelObserver,
|
| virtual bool PreHandleGestureEvent(
|
| content::WebContents* source,
|
| const blink::WebGestureEvent& event) OVERRIDE;
|
| + virtual void InspectWorker(
|
| + content::DevToolsAgentHost* agent_host) OVERRIDE;
|
|
|
| bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
|
| bool is_type_popup() const { return type_ == TYPE_POPUP; }
|
|
|