| Index: chrome/browser/ui/android/tab_model/tab_model.h
|
| diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h
|
| index f19a935cb69320f4315a851aad00af45f78addb9..567b8e7a7b1b58553ac8b7a770ba51b1c181fd71 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model.h
|
| @@ -47,7 +47,8 @@ class TabModel : public content::NotificationObserver {
|
| virtual void CloseTabAt(int index) = 0;
|
|
|
| // Used for restoring tabs from synced foreign sessions.
|
| - virtual void CreateTab(content::WebContents* web_contents) = 0;
|
| + virtual void CreateTab(content::WebContents* web_contents,
|
| + int parent_tab_id) = 0;
|
|
|
| // Used by Developer Tools to create a new tab with a given URL.
|
| // Replaces CreateTabForTesting.
|
|
|