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

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

Issue 117403003: Add support for closing Android Shell instances from Java. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to allow full closing of Shells from java. 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 6716251454924a0e02b9907bc5a7d9a35088398e..93ccec4c900cdb427c8670324b3af86bc89ab1ca 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);
-// Closes a previously created shell view.
-void CloseShellView(jobject shell_view);
+// Removes a previously created shell view.
+void RemoveShellView(jobject shell_view);
// Registers the ShellManager native methods.
bool RegisterShellManager(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698