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

Unified Diff: chrome/browser/renderer_host/test/test_render_view_host.cc

Issue 342020: First of several patches to get rid of MessageLoop caching now that we have C... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/renderer_host/test/test_render_view_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/test/test_render_view_host.cc
===================================================================
--- chrome/browser/renderer_host/test/test_render_view_host.cc (revision 30289)
+++ chrome/browser/renderer_host/test/test_render_view_host.cc (working copy)
@@ -104,6 +104,8 @@
SiteInstance* instance = SiteInstance::CreateSiteInstance(profile_.get());
contents_.reset(new TestTabContents(profile_.get(), instance));
+
+ user_data_manager_.reset(UserDataManager::Create());
tony 2009/10/28 20:27:33 Is this supposed to be in this change?
jam 2009/10/28 20:31:08 Yeah, this is needed because of the change to new_
}
void RenderViewHostTestHarness::TearDown() {
« no previous file with comments | « chrome/browser/renderer_host/test/test_render_view_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698