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

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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | ui/views/controls/webview/webview.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.h
===================================================================
--- chrome/browser/ui/views/frame/browser_view.h (revision 132062)
+++ 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 | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | ui/views/controls/webview/webview.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698