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

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

Issue 42176: Makes drops above the tabstrip work again. This stopped working... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/browser/views/browser_views.vcproj ('k') | chrome/browser/views/frame/browser_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_frame.h
===================================================================
--- chrome/browser/views/frame/browser_frame.h (revision 11549)
+++ chrome/browser/views/frame/browser_frame.h (working copy)
@@ -51,6 +51,8 @@
// Tells the frame to update the throbber.
void UpdateThrobber(bool running);
+ BrowserView* browser_view() const { return browser_view_; }
+
protected:
// Overridden from views::WidgetWin:
virtual bool AcceleratorPressed(views::Accelerator* accelerator);
@@ -72,6 +74,7 @@
virtual bool IsAppWindow() const { return true; }
virtual views::NonClientFrameView* CreateFrameViewForWindow();
virtual void UpdateFrameAfterFrameChange();
+ virtual views::RootView* CreateRootView();
private:
// Updates the DWM with the frame bounds.
« no previous file with comments | « chrome/browser/views/browser_views.vcproj ('k') | chrome/browser/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698