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

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

Issue 5747001: Add the virtual keyboard to BrowserFrameChromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 10 years 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/opaque_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
index 05830d599e6ec2853d7087bca7755124f2cf3e09..cb62bd8f8c54f49f10803c4b410a75dff4e7346e 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
@@ -38,6 +38,12 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
virtual gfx::Size GetMinimumSize();
protected:
+ BrowserView* browser_view() const { return browser_view_; }
+
+ // Used to allow subclasses to reserve height for other components they
+ // will add. The space is reserved below the ClientView.
+ virtual int GetReservedHeight() const;
+
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const;
virtual bool AlwaysUseNativeFrame() const;

Powered by Google App Engine
This is Rietveld 408576698