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

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

Issue 151150: Add split with devtools container into the browser view. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 19804)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -46,6 +46,7 @@
namespace views {
class Menu;
+class SingleSplitView;
}
///////////////////////////////////////////////////////////////////////////////
@@ -339,6 +340,9 @@
// |contents| can be NULL.
bool MaybeShowInfoBar(TabContents* contents);
+ // Updated devtools window for given contents.
+ void UpdateDevToolsForContents(TabContents* tab_contents);
+
// Updates various optional child Views, e.g. Bookmarks Bar, Info Bar or the
// Download Shelf in response to a change notification from the specified
// |contents|. |contents| can be NULL. In this case, all optional UI will be
@@ -406,6 +410,12 @@
// The view that contains the selected TabContents.
TabContentsContainer* contents_container_;
+ // The view that contains devtools window for the selected TabContents.
+ TabContentsContainer* devtools_container_;
+
+ // Split view containing the contents container and devtools container.
+ views::SingleSplitView* contents_split_;
+
// The Status information bubble that appears at the bottom of the window.
scoped_ptr<StatusBubbleViews> status_bubble_;
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698