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

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

Issue 10368027: Remove Aero Peek Tabs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 7 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/ui/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/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 57b69d95318fb6c136de81d3edbe1bfe5ed327d4..8b6dde88c03c0183eb41c5b2d3852505e8e7e9fb 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -51,7 +51,6 @@ class TabStripModel;
class ToolbarView;
#if defined(OS_WIN)
-class AeroPeekManager;
class JumpList;
#endif
@@ -650,9 +649,6 @@ class BrowserView : public BrowserWindow,
// The custom JumpList for Windows 7.
scoped_refptr<JumpList> jumplist_;
-
- // The custom AeroPeek manager for Windows 7.
- scoped_ptr<AeroPeekManager> aeropeek_manager_;
#endif
#if defined(USE_ASH)
« no previous file with comments | « chrome/browser/aeropeek_manager.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698