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

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

Issue 10073014: Add more functionality to WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
===================================================================
--- chrome/browser/ui/views/frame/browser_view.h (revision 132579)
+++ chrome/browser/ui/views/frame/browser_view.h (working copy)
@@ -67,6 +67,7 @@
class AccessiblePaneView;
class ExternalFocusTracker;
class Menu;
+class WebView;
}
///////////////////////////////////////////////////////////////////////////////
@@ -613,13 +614,13 @@
InfoBarContainerView* infobar_container_;
// The view that contains the selected TabContents.
- TabContentsContainer* contents_container_;
+ views::WebView* contents_container_;
// The view that contains devtools window for the selected TabContents.
TabContentsContainer* devtools_container_;
// The view that contains instant's TabContents.
- TabContentsContainer* preview_container_;
+ views::WebView* preview_container_;
// The view managing both the contents_container_ and preview_container_.
ContentsContainer* contents_;
« no previous file with comments | « chrome/browser/ui/views/find_bar_host_interactive_uitest.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698