| Index: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| index 1cde2f75f14277c89d2bc497a01eb9ef6d765760..eea47f1565624c23ea778b22014b1ce7ecd16636 100644
|
| --- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| @@ -70,6 +70,8 @@ class BrowserNonClientFrameViewAsh
|
| virtual void OnToolbarBackgroundAnimatorProgressed() OVERRIDE;
|
| virtual void OnToolbarBackgroundAnimatorCanceled(
|
| TabContents* tab_contents) OVERRIDE;
|
| + virtual void OnToolbarSeparatorAnimatorProgressed() OVERRIDE;
|
| + virtual void OnToolbarSeparatorAnimatorCanceled() OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest, UseShortHeader);
|
|
|