Index: chrome/browser/gtk/extension_shelf_gtk.h |
=================================================================== |
--- chrome/browser/gtk/extension_shelf_gtk.h (revision 23643) |
+++ chrome/browser/gtk/extension_shelf_gtk.h (working copy) |
@@ -11,8 +11,6 @@ |
#include "base/scoped_ptr.h" |
#include "chrome/browser/extensions/extension_shelf_model.h" |
-#include "chrome/common/notification_observer.h" |
-#include "chrome/common/notification_registrar.h" |
#include "chrome/common/owned_widget_gtk.h" |
class Browser; |
@@ -22,8 +20,7 @@ |
class Profile; |
struct GtkThemeProvider; |
-class ExtensionShelfGtk : public ExtensionShelfModelObserver, |
- public NotificationObserver { |
+class ExtensionShelfGtk : public ExtensionShelfModelObserver { |
public: |
ExtensionShelfGtk(Profile* profile, Browser* browser); |
virtual ~ExtensionShelfGtk(); |
@@ -53,14 +50,6 @@ |
// Create the contents of the extension shelf. |
void Init(Profile* profile); |
- // Overridden from NotificationObserver: |
- virtual void Observe(NotificationType type, |
- const NotificationSource& source, |
- const NotificationDetails& details); |
- |
- // Loads the background image into memory, or does nothing if already loaded. |
- void InitBackground(); |
- |
// Determines what is our target height and sets it. |
void AdjustHeight(); |
@@ -83,11 +72,6 @@ |
GtkThemeProvider* theme_provider_; |
- // Paints the background for our bookmark bar. |
- scoped_ptr<NineBox> background_ninebox_; |
- |
- NotificationRegistrar registrar_; |
- |
// The model representing the toolstrips on the shelf. |
ExtensionShelfModel* model_; |
Property changes on: chrome/browser/gtk/extension_shelf_gtk.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |