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

Unified Diff: extensions/browser/test_extensions_browser_client.cc

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
Patch Set: . Created 3 years, 6 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 | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/common/extension_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_extensions_browser_client.cc
diff --git a/extensions/browser/test_extensions_browser_client.cc b/extensions/browser/test_extensions_browser_client.cc
index 68f4d9aef3c89989f6bcd292fd1bb0cf47ad0fc5..9d6ae67d2a2091f7d84c837dc18664d5dfd2b3e7 100644
--- a/extensions/browser/test_extensions_browser_client.cc
+++ b/extensions/browser/test_extensions_browser_client.cc
@@ -223,4 +223,9 @@ TestExtensionsBrowserClient::CreateUpdateClient(
: make_scoped_refptr(update_client_factory_.Run());
}
+bool TestExtensionsBrowserClient::IsLockScreenContext(
+ content::BrowserContext* context) {
+ return false;
+}
+
} // namespace extensions
« no previous file with comments | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/common/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698