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

Unified Diff: ui/aura/test/aura_test_base.cc

Issue 119753007: Add GrabWindowSnapshotAsync tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add windows snapshot async too Created 6 years, 11 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: ui/aura/test/aura_test_base.cc
diff --git a/ui/aura/test/aura_test_base.cc b/ui/aura/test/aura_test_base.cc
index 4522c98a94ceab348cc7d4037878ad63aad16aa4..b74569d294d9d0b10913cd72d1adb92729fc99f5 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -69,7 +69,8 @@ void AuraTestBase::SetUp() {
ui::GestureConfiguration::set_fling_velocity_cap(15000.0f);
helper_.reset(new AuraTestHelper(&message_loop_));
- helper_->SetUp();
+ bool allow_test_contexts = true;
+ helper_->SetUp(allow_test_contexts);
}
void AuraTestBase::TearDown() {

Powered by Google App Engine
This is Rietveld 408576698