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

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

Issue 587913002: app_shell: Remove some NOTIMPLEMENTED from ShellNativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/app_window/app_delegate.h ('k') | extensions/shell/browser/shell_app_window_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_app_delegate.cc
diff --git a/extensions/shell/browser/shell_app_delegate.cc b/extensions/shell/browser/shell_app_delegate.cc
index 483da67032d52a3c581f5b5c294284573962eaed..be70ec4f3f6242a2d5e86695338579b68e433d62 100644
--- a/extensions/shell/browser/shell_app_delegate.cc
+++ b/extensions/shell/browser/shell_app_delegate.cc
@@ -92,6 +92,8 @@ bool ShellAppDelegate::IsWebContentsVisible(
}
void ShellAppDelegate::SetTerminatingCallback(const base::Closure& callback) {
+ // TODO(jamescook): Should app_shell continue to close the app window
+ // manually or should it use a browser termination callback like Chrome?
NOTIMPLEMENTED();
}
« no previous file with comments | « extensions/browser/app_window/app_delegate.h ('k') | extensions/shell/browser/shell_app_window_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698