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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc

Issue 2271483003: Updates the IME list when the IME has refreshed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc
index 843d3a2111365850daab64b492d37f55588bbbf9..1ed7772f30806cd0e649fb4d1356a3390cc5e218 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc
@@ -42,9 +42,7 @@ class ImeMenuTrayTest : public test::AshTestBase {
}
// Returns true if the IME menu bubble has been shown.
- bool IsBubbleShown() {
- return (GetTray()->bubble_ && GetTray()->bubble_->bubble_view());
- }
+ bool IsBubbleShown() { return (GetTray()->IsBubbleShownForTesting()); }
James Cook 2016/08/23 16:38:33 nit: no ()
Azure Wei 2016/08/24 05:22:43 Done.
private:
DISALLOW_COPY_AND_ASSIGN(ImeMenuTrayTest);

Powered by Google App Engine
This is Rietveld 408576698