| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 398eff2474819519d1879b6c4e1037c4439d9d1b..fec68dc320f51bc4e835923ffd565fca847419c1 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -96,6 +96,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| const std::string& data,
|
| const base::Callback<void(PushDeliveryStatus)>& callback);
|
|
|
| + static void NotifyWillBeDestroyed(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
|
|
|