| 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 18fd09e8493c0286c55b7553cffda8d1d0307826..4dc93e8387fa966d2dffdd934b9b43e7c70d1870 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model.h
|
| @@ -66,7 +66,7 @@ class TabModel : public content::NotificationObserver {
|
| virtual bool IsSessionRestoreInProgress() const = 0;
|
|
|
| protected:
|
| - explicit TabModel(Profile* profile);
|
| + explicit TabModel(Profile* profile, bool is_tabbed_activity);
|
| ~TabModel() override;
|
|
|
| // Instructs the TabModel to broadcast a notification that all tabs are now
|
|
|