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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 10891016: Remove all callers of Profile::GetResourceContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | content/browser/appcache/chrome_appcache_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 5b05335815b502ec37051c90e26045ded7dfbfef..7a68a9238d0acb0d1341550cddc79a1acbbd215c 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -657,7 +657,8 @@ net::URLRequestContextGetter* TestingProfile::GetRequestContextForIsolatedApp(
return GetRequestContext();
}
-content::ResourceContext* TestingProfile::GetResourceContext() {
+content::ResourceContext* TestingProfile::GetResourceContext(
+ content::SiteInstance* instance) {
if (!resource_context_.get())
resource_context_.reset(new content::MockResourceContext());
return resource_context_.get();
@@ -815,5 +816,3 @@ scoped_ptr<TestingProfile> TestingProfile::Builder::Build() {
pref_service_.Pass(),
user_cloud_policy_manager_.Pass()));
}
-
-
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | content/browser/appcache/chrome_appcache_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698