Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h |
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h |
index b5fd737c8e58832c648c782ab368325ca316eb86..865895cd17a7a139bf4de393a9076ef07353d9ce 100644 |
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h |
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h |
@@ -68,6 +68,10 @@ class BrowserNonClientFrameViewAsh |
virtual bool ShouldTabIconViewAnimate() const OVERRIDE; |
virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE; |
+ protected: |
+ // views::View: |
flackr
2014/05/08 19:02:21
nit: For consistency, update other comments.
jonross
2014/05/08 21:15:40
Done.
|
+ virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE; |
+ |
private: |
FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest, WindowHeader); |
FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest, |