| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 82344)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -201,7 +201,7 @@
|
| // the CookieMonster. See implementation comments for more details.
|
| virtual net::URLRequestContextGetter* GetRequestContext();
|
| virtual net::URLRequestContextGetter* GetRequestContextForPossibleApp(
|
| - const Extension* installed_app);
|
| + 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).
|
|
|