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(); |
} |