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

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

Issue 662763002: Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fix clang 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
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 1ca1cd85a3a04b8c2dfab0d21074a1ef074ccea8..f1abab01e8c8f74e5817162dbf67ecf93e8b8150 100644
--- a/athena/test/base/athena_test_base.h
+++ b/athena/test/base/athena_test_base.h
@@ -31,9 +31,6 @@ 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_->GetRootWindow(); }
aura::WindowTreeHost* host() { return helper_->GetHost(); }

Powered by Google App Engine
This is Rietveld 408576698