| Index: chrome/browser/ui/browser_tabrestore.h
|
| diff --git a/chrome/browser/ui/browser_tabrestore.h b/chrome/browser/ui/browser_tabrestore.h
|
| index 79fa951ec45e6d4968f117879f59952424fb929b..fdbbb7e8aa048dd5b2ee1433c57231323a485642 100644
|
| --- a/chrome/browser/ui/browser_tabrestore.h
|
| +++ b/chrome/browser/ui/browser_tabrestore.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "chrome/browser/sessions/session_restore.h"
|
| #include "components/sessions/core/session_types.h"
|
|
|
| class Browser;
|
| @@ -43,7 +44,8 @@ content::WebContents* AddRestoredTab(
|
| bool pin,
|
| bool from_last_session,
|
| content::SessionStorageNamespace* storage_namespace,
|
| - const std::string& user_agent_override);
|
| + const std::string& user_agent_override,
|
| + base::Optional<RestoreOrigin::Type> restore_origin_type = base::nullopt);
|
|
|
| // Replaces the state of the currently selected tab with the session
|
| // history restored from the SessionRestore system. Returns the WebContents of
|
|
|