| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 9f3ce69305c8b65efaf31372f48fa81671f38fea..be64398c69c6fb50eadae5e79a7b4e978b923cc9 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -163,7 +163,8 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jstring j_referrer_url,
|
| jint referrer_policy,
|
| jboolean is_renderer_initiated,
|
| - jlong intent_received_timestamp);
|
| + jlong intent_received_timestamp,
|
| + jboolean has_user_gesture);
|
| void SetActiveNavigationEntryTitleForUrl(JNIEnv* env,
|
| jobject obj,
|
| jstring jurl,
|
|
|