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

Unified Diff: content/test/test_renderer_host.cc

Issue 10399134: cros: Maybe fix recent failures on trunk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_renderer_host.cc
diff --git a/content/test/test_renderer_host.cc b/content/test/test_renderer_host.cc
index 0921774ed9ae9377224f04cf03ad5aecd65a21a8..1a001506ae1236d71fab2271038485566d94ef8b 100644
--- a/content/test/test_renderer_host.cc
+++ b/content/test/test_renderer_host.cc
@@ -148,6 +148,7 @@ void RenderViewHostTestHarness::TearDown() {
#if defined(USE_AURA)
test_stacking_client_.reset();
root_window_.reset();
+ aura::Env::DeleteInstance();
#endif
// Make sure that we flush any messages related to WebContentsImpl destruction
« no previous file with comments | « no previous file | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698