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

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

Issue 303033: Implements AeroPeek of Windows 7.. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/aeropeek_manager.cc ('k') | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/aeropeek_manager.cc ('k') | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698