diff options
Diffstat (limited to 'chrome/browser/dom_ui/debugger_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/debugger_ui.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/dom_ui/debugger_ui.h b/chrome/browser/dom_ui/debugger_ui.h index 3b12ec9..8cefc66 100644 --- a/chrome/browser/dom_ui/debugger_ui.h +++ b/chrome/browser/dom_ui/debugger_ui.h @@ -11,15 +11,7 @@ class DebuggerUI : public DOMUI { public: - DebuggerUI(DOMUIContents* contents); - - // DOMUI Implementation - virtual void Init(); - - // Return the URL for the front page of this UI. - static GURL GetBaseURL(); - - static bool IsDebuggerUrl(const GURL& url); + DebuggerUI(WebContents* contents); private: DISALLOW_COPY_AND_ASSIGN(DebuggerUI); |