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

Unified Diff: athena/test/base/athena_test_base.h

Issue 665803003: Revert of Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 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 | « athena/test/DEPS ('k') | athena/test/base/athena_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/athena_test_base.h
diff --git a/athena/test/base/athena_test_base.h b/athena/test/base/athena_test_base.h
index f1abab01e8c8f74e5817162dbf67ecf93e8b8150..1ca1cd85a3a04b8c2dfab0d21074a1ef074ccea8 100644
--- a/athena/test/base/athena_test_base.h
+++ b/athena/test/base/athena_test_base.h
@@ -31,6 +31,9 @@
protected:
void RunAllPendingInMessageLoop();
+ scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
+ const gfx::Rect& bounds);
+
aura::Window* root_window() { return helper_->GetRootWindow(); }
aura::WindowTreeHost* host() { return helper_->GetHost(); }
« no previous file with comments | « athena/test/DEPS ('k') | athena/test/base/athena_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698