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

Unified Diff: ash/common/system/audio/tray_audio.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/shelf/shelf_model_unittest.cc ('k') | ash/common/system/audio/tray_audio_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/audio/tray_audio.cc
diff --git a/ash/common/system/audio/tray_audio.cc b/ash/common/system/audio/tray_audio.cc
index c23548463afcb4b757239e2c19530db2f5a5e50e..6653582d8aea20d6fbaac8803a63335686c40c03 100644
--- a/ash/common/system/audio/tray_audio.cc
+++ b/ash/common/system/audio/tray_audio.cc
@@ -115,7 +115,7 @@ void TrayAudio::OnOutputNodeVolumeChanged(uint64_t /* node_id */,
void TrayAudio::OnOutputMuteChanged(bool /* mute_on */, bool system_adjust) {
if (tray_view())
- tray_view()->SetVisible(GetInitialVisibility());
+ tray_view()->SetVisible(GetInitialVisibility());
if (volume_view_) {
volume_view_->Update();
@@ -175,7 +175,7 @@ void TrayAudio::OnDisplayMetricsChanged(const display::Display& display,
void TrayAudio::Update() {
if (tray_view())
- tray_view()->SetVisible(GetInitialVisibility());
+ tray_view()->SetVisible(GetInitialVisibility());
if (volume_view_) {
volume_view_->SetVolumeLevel(
static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f);
« no previous file with comments | « ash/common/shelf/shelf_model_unittest.cc ('k') | ash/common/system/audio/tray_audio_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698