| Index: content/public/test/test_browser_context.h
|
| diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
|
| index 931d2b14c012cce476eecf82b2eac895707bac3b..9efcf941537756661949f05642b161d48b7ff395 100644
|
| --- a/content/public/test/test_browser_context.h
|
| +++ b/content/public/test/test_browser_context.h
|
| @@ -34,13 +34,15 @@ class TestBrowserContext : public BrowserContext {
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path,
|
| + bool in_memory) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| GetMediaRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path,
|
| + bool in_memory) OVERRIDE;
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|