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

Unified Diff: ash/common/system/chromeos/brightness/tray_brightness_unittest.cc

Issue 2795823002: Remove pre-MD code from PowerStatusView. (Closed)
Patch Set: remove todo Created 3 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/common/system/chromeos/brightness/tray_brightness_unittest.cc
diff --git a/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc b/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
index 46b964cd2bad7653d9ee2d9857a052cbd0e2c9b3..0bc340f4465328435d08a92e72eada0e588daa35 100644
--- a/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
+++ b/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
@@ -6,7 +6,6 @@
#include <memory>
-#include "ash/common/material_design/material_design_controller.h"
#include "ash/common/system/tray/system_tray_delegate.h"
#include "ash/common/system/tray/system_tray_item.h"
#include "ash/common/test/ash_test.h"
@@ -69,7 +68,7 @@ TEST_F(TrayBrightnessTest, DefaultViewVisibilityChangesDuringMaximizeMode) {
}
// Tests that when the detailed view is initially created that its
-// BrightnessView is created as visible for both MD and non MD modes.
+// BrightnessView is created as visible.
TEST_F(TrayBrightnessTest, CreateDetailedView) {
std::unique_ptr<views::View> tray(CreateDetailedView());
EXPECT_TRUE(tray->visible());
« no previous file with comments | « ash/common/material_design/material_design_controller.cc ('k') | ash/common/system/chromeos/power/power_status_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698