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

Unified Diff: chrome/browser/gtk/extension_shelf_gtk.h

Issue 173030: Port more browser focus tests to linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: working on windows 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
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

Powered by Google App Engine
This is Rietveld 408576698