Chromium Code Reviews| 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(); |
|
Yoyo Zhou
2014/12/10 02:18:19
I kept hitting this in tests. Since there's a TODO
|
| } |
| void ShellAppDelegate::RenderViewCreated( |