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

Unified Diff: chrome/browser/ui/apps/chrome_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: chrome/browser/ui/apps/chrome_app_window_client.h
diff --git a/chrome/browser/ui/apps/chrome_app_window_client.h b/chrome/browser/ui/apps/chrome_app_window_client.h
index 343281a0214011bc8b5be6344302790697cea179..cef31002813b472309614ed965a1564aab7cb5a9 100644
--- a/chrome/browser/ui/apps/chrome_app_window_client.h
+++ b/chrome/browser/ui/apps/chrome_app_window_client.h
@@ -30,6 +30,10 @@ class ChromeAppWindowClient : public extensions::AppWindowClient {
extensions::AppWindow* CreateAppWindow(
content::BrowserContext* context,
const extensions::Extension* extension) override;
+ extensions::AppWindow* CreateAppWindowForLockScreenAction(
+ content::BrowserContext* context,
+ const extensions::Extension* extension,
+ extensions::api::app_runtime::ActionType action) override;
extensions::NativeAppWindow* CreateNativeAppWindow(
extensions::AppWindow* window,
extensions::AppWindow::CreateParams* params) override;

Powered by Google App Engine
This is Rietveld 408576698