| Index: chrome/browser/devtools/devtools_window.h
|
| diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
|
| index 71b2b0e3ee33684b3a91837100d2816d11a01896..2e276aaba66fe1092d2c9a2e5e625fb871260409 100644
|
| --- a/chrome/browser/devtools/devtools_window.h
|
| +++ b/chrome/browser/devtools/devtools_window.h
|
| @@ -206,6 +206,8 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
| // by user.
|
| static void OnPageCloseCanceled(content::WebContents* contents);
|
|
|
| + content::WebContents* GetInspectedWebContents();
|
| +
|
| private:
|
| friend class DevToolsWindowTesting;
|
| friend class DevToolsWindowCreationObserver;
|
| @@ -319,7 +321,6 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
| void LoadCompleted();
|
| void UpdateBrowserToolbar();
|
| void UpdateBrowserWindow();
|
| - content::WebContents* GetInspectedWebContents();
|
|
|
| scoped_ptr<ObserverWithAccessor> inspected_contents_observer_;
|
|
|
|
|