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

Unified Diff: chrome/browser/android/tab_android.h

Issue 1299513002: [Android] Add support for a hung renderer dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 2c74e4006e7f8758f8b69480ef784f75ea228b8f..8455751c59bbbca10df9af1bcf8ba83608190f2e 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -216,6 +216,8 @@ class TabAndroid : public CoreTabHelperDelegate,
bool HasPrerenderedUrl(JNIEnv* env, jobject obj, jstring url);
+ void ShutdownHungRenderer(JNIEnv* env, jobject obj);
+
// Register the Tab's native methods through JNI.
static bool RegisterTabAndroid(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698