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 54c42d677212504b0b4d31d9d176b50050417f1b..687700c73adfa2df06c5c3eb0ff5a5b254e88430 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -654,10 +654,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. |