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

Unified Diff: athena/test/athena_test_base.h

Issue 465983002: Add shoftcut (ctrl-f6) to toggle split view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « athena/screen/screen_manager_unittest.cc ('k') | athena/test/athena_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/athena_test_base.h
diff --git a/athena/test/athena_test_base.h b/athena/test/athena_test_base.h
index 376ce92d06b143150e9604c700d7756cb2c7ee26..0cd88d91b627030b20489e349f9e4a204ad51d77 100644
--- a/athena/test/athena_test_base.h
+++ b/athena/test/athena_test_base.h
@@ -12,6 +12,7 @@
namespace aura {
class Window;
+class WindowDelegate;
}
namespace athena {
@@ -30,6 +31,9 @@ class AthenaTestBase : public testing::Test {
protected:
void RunAllPendingInMessageLoop();
+ scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
+ const gfx::Rect& bounds);
+
aura::Window* root_window() { return helper_->root_window(); }
aura::WindowTreeHost* host() { return helper_->host(); }
« no previous file with comments | « athena/screen/screen_manager_unittest.cc ('k') | athena/test/athena_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698