Index: content/shell/shell_android.cc |
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc |
index d8a6fcbbfc7df78d11746dbbfbabfdb760d8da90..d12d0d7a09e9fdc18eac615ff6dc5c1a87fb6f18 100644 |
--- a/content/shell/shell_android.cc |
+++ b/content/shell/shell_android.cc |
@@ -80,8 +80,9 @@ bool Shell::PlatformIsFullscreenForTabOrPending( |
} |
void Shell::Close() { |
- // TODO(tedchoc): Implement Close method for android shell |
- NOTIMPLEMENTED(); |
+ CloseShellView(java_object_.obj()); |
+ java_object_.Reset(); |
+ delete this; |
} |
// static |