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