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

Unified Diff: ash/test/test_activation_delegate.cc

Issue 10854119: Minor whitepsace tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/wm/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_activation_delegate.cc
diff --git a/ash/test/test_activation_delegate.cc b/ash/test/test_activation_delegate.cc
index 42711eb1947c706cc8df79486c661879e9a251dc..7907cd3c4aa3b11759f6f70cfcd927a44600a80c 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_);
« no previous file with comments | « no previous file | ash/wm/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698