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

Unified Diff: views/test/views_test_base.h

Issue 8194004: change the way windows are parented when their parent is set to NULL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « views/bubble/bubble_view_unittest.cc ('k') | views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/test/views_test_base.h
===================================================================
--- views/test/views_test_base.h (revision 104542)
+++ views/test/views_test_base.h (working copy)
@@ -12,6 +12,10 @@
#include "base/message_loop.h"
#include "views/test/test_views_delegate.h"
+#if defined(USE_AURA)
+#include "ui/aura/test_desktop_delegate.h"
+#endif
+
namespace views {
class TestViewsDelegate;
@@ -41,6 +45,9 @@
scoped_ptr<TestViewsDelegate> views_delegate_;
bool setup_called_;
bool teardown_called_;
+#if defined(USE_AURA)
+ aura::TestDesktopDelegate desktop_delegate_;
+#endif
DISALLOW_COPY_AND_ASSIGN(ViewsTestBase);
};
« no previous file with comments | « views/bubble/bubble_view_unittest.cc ('k') | views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698