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

Unified Diff: ash/common/system/tray/special_popup_row.cc

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: revert test change Created 3 years, 10 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/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/tray/system_tray_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/special_popup_row.cc
diff --git a/ash/common/system/tray/special_popup_row.cc b/ash/common/system/tray/special_popup_row.cc
index 9a95fd1ddc7747c82943e5568803d2ef0f89a65b..a318117e26c3569095c7fd761cdb0d4485beb1d4 100644
--- a/ash/common/system/tray/special_popup_row.cc
+++ b/ash/common/system/tray/special_popup_row.cc
@@ -142,8 +142,7 @@ void SpecialPopupRow::AddViewAfterContent(views::View* view,
}
if (add_separator) {
- views::Separator* separator =
- new views::Separator(views::Separator::VERTICAL);
+ views::Separator* separator = new views::Separator();
separator->SetColor(ash::kBorderDarkColor);
separator->SetBorder(
views::CreateEmptyBorder(kSeparatorInset, 0, kSeparatorInset, 0));
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/tray/system_tray_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698