Index: extensions/shell/browser/shell_native_app_window.cc |
diff --git a/extensions/shell/browser/shell_native_app_window.cc b/extensions/shell/browser/shell_native_app_window.cc |
index c5b339fb463da313920adc9d8046906877062480..80998464edf7f9cd7a921add9c457a413fe40a08 100644 |
--- a/extensions/shell/browser/shell_native_app_window.cc |
+++ b/extensions/shell/browser/shell_native_app_window.cc |
@@ -80,7 +80,7 @@ void ShellNativeAppWindow::ShowInactive() { |
} |
void ShellNativeAppWindow::Close() { |
- NOTIMPLEMENTED(); |
+ app_window_->OnNativeClose(); |
} |
void ShellNativeAppWindow::Activate() { |