| Index: chrome/browser/debugger/devtools_window.h
|
| diff --git a/chrome/browser/debugger/devtools_window.h b/chrome/browser/debugger/devtools_window.h
|
| index f583327adc70b85c4bb1fe18c827f50cf9bd3efe..53509343fa1f94a05180e62c8d4dcdaecc9af2ab 100644
|
| --- a/chrome/browser/debugger/devtools_window.h
|
| +++ b/chrome/browser/debugger/devtools_window.h
|
| @@ -29,6 +29,7 @@ class DevToolsWindow
|
| public NotificationObserver,
|
| public TabContentsDelegate {
|
| public:
|
| + static const std::wstring kDevToolsApp;
|
| static TabContents* GetDevToolsContents(TabContents* inspected_tab);
|
|
|
| DevToolsWindow(Profile* profile, RenderViewHost* inspected_rvh, bool docked);
|
| @@ -77,6 +78,7 @@ class DevToolsWindow
|
| virtual void CloseContents(TabContents* source) {}
|
| virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
|
| virtual bool IsPopup(TabContents* source) { return false; }
|
| + virtual bool CanReloadContents(TabContents* source) const { return false; }
|
| virtual void URLStarredChanged(TabContents* source, bool starred) {}
|
| virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
|
| virtual void ToolbarSizeChanged(TabContents* source, bool is_animating) {}
|
|
|