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

Unified Diff: extensions/shell/browser/shell_extensions_browser_client.h

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
Patch Set: . Created 3 years, 7 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/shell/browser/shell_extensions_browser_client.h
diff --git a/extensions/shell/browser/shell_extensions_browser_client.h b/extensions/shell/browser/shell_extensions_browser_client.h
index 4b161f417f5de4fb3d428df1d23507c463e2a698..4cb2b22d47a939e915e6bd718ff63215137e50df 100644
--- a/extensions/shell/browser/shell_extensions_browser_client.h
+++ b/extensions/shell/browser/shell_extensions_browser_client.h
@@ -95,6 +95,7 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
ExtensionNavigationUIData* GetExtensionNavigationUIData(
net::URLRequest* request) override;
KioskDelegate* GetKioskDelegate() override;
+ bool IsLockScreenContext(content::BrowserContext* context) override;
// Sets the API client.
void SetAPIClientForTest(ExtensionsAPIClient* api_client);

Powered by Google App Engine
This is Rietveld 408576698