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

Unified Diff: extensions/common/extension_messages.h

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.cc ('k') | extensions/common/features/feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_messages.h
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index 456bff16c9a413ecdfb70f36f8bca2d385d0b0dc..c88ba8032d7374cfb2c55d29e5e4c811c1a2e4ea 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -639,9 +639,10 @@ IPC_MESSAGE_ROUTED2(ExtensionMsg_DispatchOnDisconnect,
// Informs the renderer what channel (dev, beta, stable, etc) and user session
// type is running.
-IPC_MESSAGE_CONTROL2(ExtensionMsg_SetSessionInfo,
+IPC_MESSAGE_CONTROL3(ExtensionMsg_SetSessionInfo,
version_info::Channel /* channel */,
- extensions::FeatureSessionType /* session_type */)
+ extensions::FeatureSessionType /* session_type */,
+ bool /* is_lock_screen_context */)
// Notify the renderer that its window has closed.
IPC_MESSAGE_ROUTED0(ExtensionMsg_AppWindowClosed)
« no previous file with comments | « extensions/browser/test_extensions_browser_client.cc ('k') | extensions/common/features/feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698