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

Unified Diff: chrome/browser/chromeos/system/tray_accessibility_browsertest.cc

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: one more rename Created 3 years, 9 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
« no previous file with comments | « ash/resources/vector_icons/network_badge_off.icon ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
diff --git a/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc b/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
index 34d79069e0d8ffc402cf5e7b9b1753ffd514c787..ad627bf1a39eab9d79500b0919ddfbfe00babda0 100644
--- a/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
+++ b/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
@@ -149,7 +149,7 @@ class TrayAccessibilityTest
ash::LoginStatus GetLoginStatus() { return tray()->login_; }
bool CreateDetailedMenu() {
- tray()->PopupDetailedView(0, false);
+ tray()->ShowDetailedView(0, false);
return tray()->detailed_menu_ != NULL;
}
« no previous file with comments | « ash/resources/vector_icons/network_badge_off.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698