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

Unified Diff: ui/views/test/views_test_base.h

Issue 8926004: Revert 114095 - 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
« no previous file with comments | « ui/aura_shell/workspace_controller_unittest.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
===================================================================
--- ui/views/test/views_test_base.h (revision 114099)
+++ ui/views/test/views_test_base.h (working copy)
@@ -11,12 +11,6 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/test/test_views_delegate.h"
-namespace aura {
-namespace test {
-class TestActivationClient;
-}
-}
-
namespace views {
class TestViewsDelegate;
@@ -46,9 +40,6 @@
private:
MessageLoopForUI message_loop_;
scoped_ptr<TestViewsDelegate> views_delegate_;
-#if defined(USE_AURA)
- scoped_ptr<aura::test::TestActivationClient> test_activation_client_;
-#endif
bool setup_called_;
bool teardown_called_;
Property changes on: ui\views\test\views_test_base.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « ui/aura_shell/workspace_controller_unittest.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698