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

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

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
« no previous file with comments | « extensions/shell/browser/shell_app_window_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_app_window_client.cc
diff --git a/extensions/shell/browser/shell_app_window_client.cc b/extensions/shell/browser/shell_app_window_client.cc
index 8ad167073386540661e6eec64a2cf449072a70dc..674110a0d5eacc91b0862cf095e2ce0309bbb29e 100644
--- a/extensions/shell/browser/shell_app_window_client.cc
+++ b/extensions/shell/browser/shell_app_window_client.cc
@@ -23,6 +23,13 @@ AppWindow* ShellAppWindowClient::CreateAppWindow(
return DesktopController::instance()->CreateAppWindow(context, extension);
}
+AppWindow* ShellAppWindowClient::CreateAppWindowForLockScreenAction(
+ content::BrowserContext* context,
+ const Extension* extension,
+ api::app_runtime::ActionType action) {
+ return nullptr;
+}
+
void ShellAppWindowClient::OpenDevToolsWindow(
content::WebContents* web_contents,
const base::Closure& callback) {
« no previous file with comments | « extensions/shell/browser/shell_app_window_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698