Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1039)

Unified Diff: content/public/browser/browser_context.h

Issue 1560263002: Store Bluetooth permissions in website settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added code to check session->chooser_permission_manager Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/chooser_permission_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/chooser_permission_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698