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 1e2d5ddb8d24637f0459ad04a7a21668c1ffc4f7..36fc7502a874f9b0f695b8f6f1838dc0c70c4363 100644 |
--- a/extensions/shell/browser/shell_app_delegate.cc |
+++ b/extensions/shell/browser/shell_app_delegate.cc |
@@ -91,7 +91,6 @@ 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(); |
} |
void ShellAppDelegate::RenderViewCreated( |