Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 294903014: [DevTools] Add toolbox web contents to show in undocked mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fixes Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698