diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 15:24:18 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 15:24:18 +0000 |
commit | 864c7eaf4dd7c48d17fa8d7b5009e0458d1d4280 (patch) | |
tree | 4886932530da4969140062abaa16a32fe86512e3 /ash/test/test_activation_delegate.cc | |
parent | 46f7a8a069bc323d0262e1a80f68d35262c19016 (diff) | |
download | chromium_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.cc | 2 |
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_); |