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

Unified Diff: ui/aura/test/test_activation_client.h

Issue 11275296: Move shadow code to views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
Index: ui/aura/test/test_activation_client.h
===================================================================
--- ui/aura/test/test_activation_client.h (revision 167460)
+++ ui/aura/test/test_activation_client.h (working copy)
@@ -47,6 +47,8 @@
// fail.
std::vector<Window*> active_windows_;
+ ObserverList<client::ActivationChangeObserver> observers_;
+
DISALLOW_COPY_AND_ASSIGN(TestActivationClient);
};

Powered by Google App Engine
This is Rietveld 408576698