Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index 9897d4d3f88378573101265e93d70a6eec228eda..f22a88adf92959619d8d0eb44bcc105e6803e69a 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -40,6 +40,7 @@ namespace content { |
class BackgroundSyncController; |
class BlobHandle; |
class BrowserPluginGuestManager; |
+class ChooserPermissionManager; |
class DownloadManager; |
class DownloadManagerDelegate; |
class IndexedDBContext; |
@@ -197,6 +198,10 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
// Returns the BackgroundSyncController associated with that context if any, |
// nullptr otherwise. |
virtual BackgroundSyncController* GetBackgroundSyncController() = 0; |
+ |
+ // Returns the ChooserPermissionManager associated with that context if any, |
+ // nullptr otherwise. |
+ virtual ChooserPermissionManager* GetChooserPermissionManager() = 0; |
}; |
} // namespace content |