| Index: chrome/browser/debugger/devtools_window.h
|
| ===================================================================
|
| --- chrome/browser/debugger/devtools_window.h (revision 116109)
|
| +++ chrome/browser/debugger/devtools_window.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| namespace content {
|
| class DevToolsAgentHost;
|
| class DevToolsClientHost;
|
| +class WebContents;
|
| }
|
|
|
| class DevToolsWindow : private content::NotificationObserver,
|
| @@ -43,7 +44,8 @@
|
| public:
|
| static const char kDevToolsApp[];
|
| static void RegisterUserPrefs(PrefService* prefs);
|
| - static TabContentsWrapper* GetDevToolsContents(TabContents* inspected_tab);
|
| + static TabContentsWrapper* GetDevToolsContents(
|
| + content::WebContents* inspected_tab);
|
| static bool IsDevToolsWindow(RenderViewHost* window_rvh);
|
|
|
| static DevToolsWindow* OpenDevToolsWindowForWorker(
|
|
|