Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index d82326af349346c468ef9a17908198c4f1b9794b..a1b5d7b5239b9b9bfa5711d46935095fcf182647 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -116,10 +116,6 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |
int renderer_child_id) = 0; |
- virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition( |
- const base::FilePath& partition_path, |
- bool in_memory) = 0; |
- |
// Returns the default request context for media resources associated with |
// this context. |
// TODO(creis): Remove this version in favor of the one below. |