Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2940)

Unified Diff: content/shell/android/shell_manager.h

Issue 130503003: Revert "Add support for closing Android Shell instances from Java." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698