Index: chrome/test/testing_profile.h |
=================================================================== |
--- chrome/test/testing_profile.h (revision 82593) |
+++ chrome/test/testing_profile.h (working copy) |
@@ -200,8 +200,8 @@ |
// 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). |