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

Unified Diff: ash/common/system/chromeos/session/logout_button_tray.cc

Issue 2702583002: Remove the extra separator appears beside overview tray (Closed)
Patch Set: fix comments 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 | « no previous file | ash/common/system/overview/overview_button_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/session/logout_button_tray.cc
diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/common/system/chromeos/session/logout_button_tray.cc
index 8e8fafa3eb52be46e5f301a2b286c91b7dce1023..4e5a763cfbb37e5cdfc7e34314dbe0e557e2bc5c 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.cc
+++ b/ash/common/system/chromeos/session/logout_button_tray.cc
@@ -48,7 +48,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
button->AdjustFontSize(2);
button_ = button;
- // Since |logout_button_tray| has a red background and it is distinguished
+ // Since LogoutButtonTray has a red background and it is distinguished
// by itself, no separator is needed on its right side.
set_separator_visibility(false);
tray_container()->AddChildView(button_);
« no previous file with comments | « no previous file | ash/common/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698