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

Unified Diff: chrome/browser/ui/gtk/browser_titlebar.h

Issue 8595003: Have panels respond to changes in work area on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move observers into their own header files. Created 9 years, 1 month 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/ui/gtk/browser_titlebar.h
diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h
index 3fcfb4db6a59c72bdbdea6f1f4a0a4c279b80672..42d655aa0be6523fde758b7812d1baa5327bc6b9 100644
--- a/chrome/browser/ui/gtk/browser_titlebar.h
+++ b/chrome/browser/ui/gtk/browser_titlebar.h
@@ -19,7 +19,7 @@
#include "content/public/browser/notification_registrar.h"
#include "ui/base/gtk/gtk_signal.h"
#include "ui/base/models/simple_menu_model.h"
-#include "ui/base/x/active_window_watcher_x.h"
+#include "ui/base/x/active_window_watcher_x_observer.h"
class AvatarMenuButtonGtk;
class BrowserWindowGtk;
@@ -30,7 +30,7 @@ class PopupPageMenuModel;
class TabContents;
class BrowserTitlebar : public content::NotificationObserver,
- public ui::ActiveWindowWatcherX::Observer,
+ public ui::ActiveWindowWatcherXObserver,
public ui::SimpleMenuModel::Delegate {
public:
// A default button order string for when we aren't asking gconf for the
@@ -176,7 +176,7 @@ class BrowserTitlebar : public content::NotificationObserver,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // Overriden from ActiveWindowWatcher::Observer.
+ // Overriden from ActiveWindowWatcherX::Observer.
virtual void ActiveWindowChanged(GdkWindow* active_window);
sky 2011/11/21 23:50:32 OVERRIDE
prasadt 2011/11/22 00:46:34 Done.
bool IsTypePanel();

Powered by Google App Engine
This is Rietveld 408576698