| Index: content/browser/blob_storage/chrome_blob_storage_context.h
|
| diff --git a/content/browser/blob_storage/chrome_blob_storage_context.h b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| index 87702d17e71d041e99ca77f6ddcdd0dc8a72514c..b0fd9221723df370e863c6514ea435d4bd67899a 100644
|
| --- a/content/browser/blob_storage/chrome_blob_storage_context.h
|
| +++ b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| @@ -50,6 +50,7 @@ class CONTENT_EXPORT ChromeBlobStorageContext
|
| public:
|
| ChromeBlobStorageContext();
|
|
|
| + // Must be called on the UI thread.
|
| static ChromeBlobStorageContext* GetFor(
|
| BrowserContext* browser_context);
|
|
|
|
|