Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 000d22fefb6a5829962a9ba429b682ccc9c6b483..6767500b26e2eaa79151836fa144fa1e5dc7c00a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -656,10 +656,6 @@ class BrowserView : public BrowserWindow, |
// Handled by ContentsLayoutManager. |
views::View* contents_container_; |
- // Docked devtools window instance. NULL when current tab is not inspected |
- // or is inspected with undocked version of DevToolsWindow. |
- DevToolsWindow* devtools_window_; |
- |
// Tracks and stores the last focused view which is not the |
// devtools_web_view_ or any of its children. Used to restore focus once |
// the devtools_web_view_ is hidden. |