| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 40972)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -47,6 +47,7 @@
|
| class HtmlDialogUIDelegate;
|
| class InfoBarContainer;
|
| #if defined(OS_WIN)
|
| +class AeroPeekManager;
|
| class JumpList;
|
| #endif
|
| class LocationBarView;
|
| @@ -557,6 +558,9 @@
|
|
|
| // The custom JumpList for Windows 7.
|
| scoped_ptr<JumpList> jumplist_;
|
| +
|
| + // The custom AeroPeek manager for Windows 7.
|
| + scoped_ptr<AeroPeekManager> aeropeek_manager_;
|
| #endif
|
|
|
| // The timer used to update frames for the Loading Animation.
|
|
|