summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-23 17:12:21 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-23 17:12:21 +0000
commitda5683db1bbf401694c72f7d4216f38249ac2c13 (patch)
tree458e91e25e3c033bf1296de4b58e24cb1b7022d9 /chrome/test/testing_profile.h
parent77a6970c962882244b57219681acd109acd9f3fc (diff)
downloadchromium_src-da5683db1bbf401694c72f7d4216f38249ac2c13.zip
chromium_src-da5683db1bbf401694c72f7d4216f38249ac2c13.tar.gz
chromium_src-da5683db1bbf401694c72f7d4216f38249ac2c13.tar.bz2
Don't hold the installed app in BrowserProcessRenderHost, since that's in content layer now. ExtensionService keeps a map from renderer child ids to installed extensions instead.
Review URL: http://codereview.chromium.org/6880089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index c8639e3..9d5ab40 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -200,8 +200,8 @@ class TestingProfile : public Profile {
// getter is currently only capable of returning a Context that helps test
// the CookieMonster. See implementation comments for more details.
virtual net::URLRequestContextGetter* GetRequestContext();
- virtual net::URLRequestContextGetter* GetRequestContextForPossibleApp(
- const Extension* installed_app);
+ virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
+ int renderer_child_id);
void CreateRequestContext();
// Clears out the created request context (which must be done before shutting
// down the IO thread to avoid leaks).