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

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

Issue 165421: Merge 21522 - Integrates a custom JumpList of Windows 7 into Chromium.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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/jumplist.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 23255)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -5,9 +5,12 @@
#ifndef CHROME_BROWSER_VIEWS_FRAME_BROWSER_VIEW_H_
#define CHROME_BROWSER_VIEWS_FRAME_BROWSER_VIEW_H_
+#include <map>
#include <set>
+#include <string>
#include "base/gfx/native_widget_types.h"
+#include "base/scoped_ptr.h"
#include "base/timer.h"
#include "build/build_config.h"
#include "chrome/browser/browser.h"
@@ -37,6 +40,9 @@
class FullscreenExitBubble;
class HtmlDialogUIDelegate;
class InfoBarContainer;
+#if defined(OS_WIN)
+class JumpList;
+#endif
class LocationBarView;
class StatusBubbleViews;
class TabContentsContainer;
@@ -473,6 +479,9 @@
// This object is invoked by hung_window_detector_ when it detects a hung
// plugin window.
HungPluginAction hung_plugin_action_;
+
+ // The custom JumpList for Windows 7.
+ scoped_ptr<JumpList> jumplist_;
#endif
// The timer used to update frames for the Loading Animation.
Property changes on: chrome\browser\views\frame\browser_view.h
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/views/frame/browser_view.h:r21522
« no previous file with comments | « chrome/browser/jumplist.cc ('k') | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698