| Index: chrome/browser/android/foreign_session_helper.h
|
| diff --git a/chrome/browser/android/foreign_session_helper.h b/chrome/browser/android/foreign_session_helper.h
|
| index 0a08159ac7d787bf926bd6cca3efd10fc2d4713b..0b22fc92b315fcebebfaa663e41ff754915d0425 100644
|
| --- a/chrome/browser/android/foreign_session_helper.h
|
| +++ b/chrome/browser/android/foreign_session_helper.h
|
| @@ -28,10 +28,18 @@ class ForeignSessionHelper : public content::NotificationObserver {
|
| jboolean IsTabSyncEnabled(JNIEnv* env, jobject obj);
|
| void SetOnForeignSessionCallback(JNIEnv* env, jobject obj, jobject callback);
|
| jboolean GetForeignSessions(JNIEnv* env, jobject obj, jobject result);
|
| + // TODO(apiccion): Remvoe this method once downstream CL Lands.
|
| + // See: http://crbug.com/257102
|
| + jboolean OpenForeignSessionTabOld(JNIEnv* env,
|
| + jobject obj,
|
| + jstring session_tag,
|
| + jint tab_id);
|
| jboolean OpenForeignSessionTab(JNIEnv* env,
|
| jobject obj,
|
| + jobject j_tab,
|
| jstring session_tag,
|
| - jint tab_id);
|
| + jint tab_id,
|
| + jint disposition);
|
| void SetForeignSessionCollapsed(JNIEnv* env,
|
| jobject obj,
|
| jstring session_tag,
|
|
|