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

Unified Diff: blimp/engine/browser/blimp_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 | « android_webview/browser/aw_permission_manager.cc ('k') | blimp/engine/browser/blimp_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser/blimp_browser_context.h
diff --git a/blimp/engine/browser/blimp_browser_context.h b/blimp/engine/browser/blimp_browser_context.h
index 558e3eb9a2dafddb312e40ceddd4528ccb854938..6b4fb497727546bef86bdf531e09828deec46bd4 100644
--- a/blimp/engine/browser/blimp_browser_context.h
+++ b/blimp/engine/browser/blimp_browser_context.h
@@ -52,6 +52,7 @@ class BlimpBrowserContext : public content::BrowserContext {
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
content::PermissionManager* GetPermissionManager() override;
content::BackgroundSyncController* GetBackgroundSyncController() override;
+ content::ChooserPermissionManager* GetChooserPermissionManager() override;
// The content of |protocol_handlers| is swapped into the returned instance.
// Caller should take a reference to the returned instance via scoped_refptr.
« no previous file with comments | « android_webview/browser/aw_permission_manager.cc ('k') | blimp/engine/browser/blimp_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698