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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: set --similarity=20 when did git cl upload Created 3 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
Index: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 5ddbde70f6bb7e88071e2e6b119ebeed6427e785..fe62ea9b1801b2429e0dc87f43fcb31c2a8f643b 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -26,6 +26,7 @@ class ListValue;
}
namespace content {
+class BluetoothAllowedDevicesMapBase;
class BrowserContext;
class RenderFrameHost;
class WebContents;
@@ -254,6 +255,9 @@ class ExtensionsBrowserClient {
content::RenderFrameHost* frame,
const content::BluetoothChooser::EventHandler& event_handler);
+ virtual content::BluetoothAllowedDevicesMapBase* GetBluetoothDevicesMap(
+ content::RenderFrameHost* frame);
+
// Returns true if activity logging is enabled for the given |context|.
virtual bool IsActivityLoggingEnabled(content::BrowserContext* context);

Powered by Google App Engine
This is Rietveld 408576698