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

Unified Diff: athena/test/athena_test_helper.cc

Issue 465803002: Make the minimized home card not overlap activities on Athena (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
Index: athena/test/athena_test_helper.cc
diff --git a/athena/test/athena_test_helper.cc b/athena/test/athena_test_helper.cc
index 8f5df979289ce628536b0755f912bdbe85648a2d..ed065d633b75a12ae5715299ae42c60ca31dde0c 100644
--- a/athena/test/athena_test_helper.cc
+++ b/athena/test/athena_test_helper.cc
@@ -88,6 +88,7 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
host()->SetBounds(gfx::Rect(host_size));
athena::StartAthena(root_window(),
+ NULL,
oshima 2014/08/14 00:19:03 Can you add impl and add test for this?
new SampleActivityFactory(),
new TestAppModelBuilder());
}

Powered by Google App Engine
This is Rietveld 408576698