| 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..5a74d8c50e368271ec716951ab6298c84efa02ac 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -163,6 +163,7 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jstring j_referrer_url,
|
| jint referrer_policy,
|
| jboolean is_renderer_initiated,
|
| + jboolean should_replace_current_entry,
|
| jlong intent_received_timestamp,
|
| jboolean has_user_gesture);
|
| void SetActiveNavigationEntryTitleForUrl(JNIEnv* env,
|
|
|