| 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);
|
|
|
|
|