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

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

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.h
===================================================================
--- chrome/test/base/browser_with_test_window_test.h (revision 114022)
+++ chrome/test/base/browser_with_test_window_test.h (working copy)
@@ -14,6 +14,18 @@
#include "content/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if defined(USE_AURA)
+#include "ui/aura/test/test_activation_client.h"
+#endif
+
+#if defined(USE_AURA)
+namespace aura {
+namespace test {
+class TestActivationClient;
+}
+}
+#endif
+
class GURL;
class NavigationController;
@@ -107,6 +119,10 @@
MockRenderProcessHostFactory rph_factory_;
TestRenderViewHostFactory rvh_factory_;
+#if defined(USE_AURA)
+ scoped_ptr<aura::test::TestActivationClient> test_activation_client_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest);
};
« no previous file with comments | « chrome/browser/ui/views/aura/chrome_shell_delegate.cc ('k') | chrome/test/base/browser_with_test_window_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698