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

Unified Diff: chrome/test/base/browser_with_test_window_test.cc

Issue 8894018: Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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: chrome/test/base/browser_with_test_window_test.cc
===================================================================
--- chrome/test/base/browser_with_test_window_test.cc (revision 114022)
+++ chrome/test/base/browser_with_test_window_test.cc (working copy)
@@ -28,6 +28,9 @@
#if defined(OS_WIN)
OleInitialize(NULL);
#endif
+#if defined(USE_AURA)
+ test_activation_client_.reset(new aura::test::TestActivationClient);
+#endif
}
void BrowserWithTestWindowTest::SetUp() {
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698