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

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: Comments addressed 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 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.

Powered by Google App Engine
This is Rietveld 408576698