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

Unified Diff: ash/system/tray_update.cc

Issue 9969068: ash: Animate changes in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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: ash/system/tray_update.cc
diff --git a/ash/system/tray_update.cc b/ash/system/tray_update.cc
index 8feb0f643aa21822dbb284b3e2757c2d6634c617..a3414199d59fcb4a93772f79b778acb99e5b5f4f 100644
--- a/ash/system/tray_update.cc
+++ b/ash/system/tray_update.cc
@@ -77,7 +77,7 @@ void TrayUpdate::DestroyDefaultView() {
}
void TrayUpdate::OnUpdateRecommended() {
- image_view()->SetVisible(true);
+ tray_view()->SetVisible(true);
}
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698