Index: content/shell/android/shell_manager.h |
diff --git a/content/shell/android/shell_manager.h b/content/shell/android/shell_manager.h |
index c79b20f7cd7057a24a686d272a51765996a20092..f5505435f5a233b20946fc324a1677d88a4fa020 100644 |
--- a/content/shell/android/shell_manager.h |
+++ b/content/shell/android/shell_manager.h |
@@ -24,6 +24,9 @@ namespace content { |
// object. |
jobject CreateShellView(Shell* shell); |
+// Closes a previously created shell view. |
+void CloseShellView(jobject shell_view); |
+ |
// Registers the ShellManager native methods. |
bool RegisterShellManager(JNIEnv* env); |