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

Unified Diff: chrome/browser/chromeos/status/caps_lock_menu_button.h

Issue 8438064: Separate StatusAreaView from StatusAreaViewChromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fixes + fixup Delegate 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/chromeos/status/caps_lock_menu_button.h
diff --git a/chrome/browser/chromeos/status/caps_lock_menu_button.h b/chrome/browser/chromeos/status/caps_lock_menu_button.h
index 053623b42156515cdfe69f99111fe675ca0d87c7..777ac0978ae2d55ec9518f493ded83153dbb8dca 100644
--- a/chrome/browser/chromeos/status/caps_lock_menu_button.h
+++ b/chrome/browser/chromeos/status/caps_lock_menu_button.h
@@ -24,8 +24,6 @@ class MenuRunner;
namespace chromeos {
-class StatusAreaHost;
-
// A class for the button in the status area which alerts the user when caps
// lock is active.
class CapsLockMenuButton : public content::NotificationObserver,
@@ -34,7 +32,7 @@ class CapsLockMenuButton : public content::NotificationObserver,
public views::ViewMenuDelegate,
public SystemKeyEventListener::CapsLockObserver {
public:
- explicit CapsLockMenuButton(StatusAreaHost* host);
+ explicit CapsLockMenuButton(StatusAreaButton::Delegate* delegate);
virtual ~CapsLockMenuButton();
// views::View implementation.

Powered by Google App Engine
This is Rietveld 408576698