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

Unified Diff: chrome/browser/chromeos/status/window_switcher_button.cc

Issue 6904160: Implement new gray mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed power test Created 9 years, 8 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/chromeos/status/window_switcher_button.cc
diff --git a/chrome/browser/chromeos/status/window_switcher_button.cc b/chrome/browser/chromeos/status/window_switcher_button.cc
index a02b40b1e9b76658e7ba461e678ebdb609813c47..6006decc05702a88c8ed6019f4b64b0e6b240321 100644
--- a/chrome/browser/chromeos/status/window_switcher_button.cc
+++ b/chrome/browser/chromeos/status/window_switcher_button.cc
@@ -28,8 +28,7 @@ int GetNormalBrowserCount() {
}
WindowSwitcherButton::WindowSwitcherButton(StatusAreaHost* host)
- : StatusAreaButton(this),
- host_(host) {
+ : StatusAreaButton(host, this) {
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
SetIcon(*rb.GetBitmapNamed(IDR_STATUSBAR_WINDOW_SWITCHER));
SetEnabled(true);

Powered by Google App Engine
This is Rietveld 408576698