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

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

Issue 2934513003: Changes in app.window and app.runtime to support lock screen note taking (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
Index: extensions/shell/browser/shell_app_window_client.h
diff --git a/extensions/shell/browser/shell_app_window_client.h b/extensions/shell/browser/shell_app_window_client.h
index ecb5f0ba3856cd09ec855c97b1ae02802371af38..dc82c093ddabbf4ca6bb45af101369a781717f50 100644
--- a/extensions/shell/browser/shell_app_window_client.h
+++ b/extensions/shell/browser/shell_app_window_client.h
@@ -20,6 +20,10 @@ class ShellAppWindowClient : public AppWindowClient {
// AppWindowClient overrides:
AppWindow* CreateAppWindow(content::BrowserContext* context,
const Extension* extension) override;
+ AppWindow* CreateAppWindowForLockScreenAction(
+ content::BrowserContext* context,
+ const Extension* extension,
+ api::app_runtime::ActionType action) override;
// Note that CreateNativeAppWindow is defined in separate (per-framework)
// implementation files.
NativeAppWindow* CreateNativeAppWindow(

Powered by Google App Engine
This is Rietveld 408576698