Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index d4e80b218a3e79e4fdc658a959467f3568591d79..bd6e1549c281c2597d409f5397ac48294fac6ec3 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -31,6 +31,7 @@ class SpecialStoragePolicy; |
namespace content { |
+class BlobContext; |
class BrowserPluginGuestManagerDelegate; |
class DownloadManager; |
class DownloadManagerDelegate; |
@@ -77,6 +78,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
static content::StoragePartition* GetDefaultStoragePartition( |
BrowserContext* browser_context); |
+ // Returns the BlobContext for this context. |
+ static content::BlobContext* GetBlobContext(BrowserContext* browser_context); |
+ |
// Ensures that the corresponding ResourceContext is initialized. Normally the |
// BrowserContext initializs the corresponding getters when its objects are |
// created, but if the embedder wants to pass the ResourceContext to another |