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

Unified Diff: ash/system/status_area_widget_delegate.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/system/status_area_widget.cc ('k') | ash/system/tray/system_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget_delegate.cc
diff --git a/ash/system/status_area_widget_delegate.cc b/ash/system/status_area_widget_delegate.cc
index d7ba5a19c35a9573d17018aa7c7213f58c949749..d6c7ce89c7ab8de31a8d38c3c152fa6ac2a9c01d 100644
--- a/ash/system/status_area_widget_delegate.cc
+++ b/ash/system/status_area_widget_delegate.cc
@@ -35,8 +35,7 @@ class StatusAreaWidgetDelegateAnimationSettings
: ui::ScopedLayerAnimationSettings(layer->GetAnimator()) {
SetTransitionDuration(
base::TimeDelta::FromMilliseconds(kAnimationDurationMs));
- SetPreemptionStrategy(
- ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
+ SetPreemptionStrategy(ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
SetTweenType(gfx::Tween::EASE_IN_OUT);
}
@@ -59,8 +58,7 @@ StatusAreaWidgetDelegate::StatusAreaWidgetDelegate()
layer()->SetFillsBoundsOpaquely(false);
}
-StatusAreaWidgetDelegate::~StatusAreaWidgetDelegate() {
-}
+StatusAreaWidgetDelegate::~StatusAreaWidgetDelegate() {}
void StatusAreaWidgetDelegate::SetFocusCyclerForTesting(
const FocusCycler* focus_cycler) {
@@ -98,8 +96,7 @@ bool StatusAreaWidgetDelegate::CanActivate() const {
return focus_cycler->widget_activating() == GetWidget();
}
-void StatusAreaWidgetDelegate::DeleteDelegate() {
-}
+void StatusAreaWidgetDelegate::DeleteDelegate() {}
void StatusAreaWidgetDelegate::AddTray(views::View* tray) {
SetLayoutManager(NULL); // Reset layout manager before adding a child.
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray/system_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698