Index: chrome/browser/ui/gtk/download/download_shelf_gtk.h |
=================================================================== |
--- chrome/browser/ui/gtk/download/download_shelf_gtk.h (revision 138377) |
+++ chrome/browser/ui/gtk/download/download_shelf_gtk.h (working copy) |
@@ -29,6 +29,10 @@ |
class GtkThemeService; |
class SlideAnimatorGtk; |
+namespace content { |
+class PageNavigator; |
+} |
+ |
namespace gfx { |
class Point; |
} |
@@ -42,6 +46,9 @@ |
virtual ~DownloadShelfGtk(); |
+ // Retrieves the navigator for loading pages. |
+ content::PageNavigator* GetNavigator(); |
+ |
// DownloadShelf implementation. |
virtual bool IsShowing() const OVERRIDE; |
virtual bool IsClosing() const OVERRIDE; |
Property changes on: chrome\browser\ui\gtk\download\download_shelf_gtk.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |