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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 2370373002: Move chrome.bluetoothLowEnergy out of //chrome. (Closed)
Patch Set: build fix Created 4 years, 3 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 9fa0a880c8120f654f87374c57bc2dbfa953c8bd..c27ae730663b75f95d0985b78f29ba111fdff8ee 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -56,6 +56,7 @@ class ExtensionSystem;
class ExtensionSystemProvider;
class ExtensionWebContentsObserver;
class InfoMap;
+class KioskDelegate;
class ProcessManagerDelegate;
class RuntimeAPIDelegate;
@@ -255,6 +256,9 @@ class ExtensionsBrowserClient {
// Returns true if activity logging is enabled for the given |context|.
virtual bool IsActivityLoggingEnabled(content::BrowserContext* context);
+ // Returns a delegate that provides kiosk mode functionality.
+ virtual KioskDelegate* GetKioskDelegate() = 0;
+
// Returns the single instance of |this|.
static ExtensionsBrowserClient* Get();

Powered by Google App Engine
This is Rietveld 408576698