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

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

Issue 99153012: Exclude dev tools bounds from views dialog hosting bounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hook up the unit test contents webview. Created 6 years, 12 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_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index a3c57e6cb21bf906d0cf724d0d813f56d16af8c8..c422347c45ee875853d8efc5ee352c333c42bfd7 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -265,6 +265,10 @@ class BrowserViewLayoutDelegateImpl : public BrowserViewLayoutDelegate {
virtual ~BrowserViewLayoutDelegateImpl() {}
// BrowserViewLayoutDelegate overrides:
+ virtual views::View* GetContentsWebView() const OVERRIDE {
+ return browser_view_->contents_web_view_;
+ }
+
virtual views::View* GetWindowSwitcherButton() const OVERRIDE {
return browser_view_->window_switcher_button();
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698