summaryrefslogtreecommitdiffstats
path: root/ash/test/test_activation_delegate.cc
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 15:24:18 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 15:24:18 +0000
commit864c7eaf4dd7c48d17fa8d7b5009e0458d1d4280 (patch)
tree4886932530da4969140062abaa16a32fe86512e3 /ash/test/test_activation_delegate.cc
parent46f7a8a069bc323d0262e1a80f68d35262c19016 (diff)
downloadchromium_src-864c7eaf4dd7c48d17fa8d7b5009e0458d1d4280.zip
chromium_src-864c7eaf4dd7c48d17fa8d7b5009e0458d1d4280.tar.gz
chromium_src-864c7eaf4dd7c48d17fa8d7b5009e0458d1d4280.tar.bz2
Minor whitepsace tweaks.
BUG=none TEST=none TBR=ben@chromium.org R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/test_activation_delegate.cc')
-rw-r--r--ash/test/test_activation_delegate.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/test/test_activation_delegate.cc b/ash/test/test_activation_delegate.cc
index 42711eb..7907cd3 100644
--- a/ash/test/test_activation_delegate.cc
+++ b/ash/test/test_activation_delegate.cc
@@ -42,9 +42,11 @@ bool TestActivationDelegate::ShouldActivate(const ui::Event* event) {
should_activate_count_++;
return activate_;
}
+
void TestActivationDelegate::OnActivated() {
activated_count_++;
}
+
void TestActivationDelegate::OnLostActive() {
if (lost_active_count_++ == 0)
window_was_active_ = wm::IsActiveWindow(window_);