| Index: chrome/browser/sessions/chrome_tab_restore_service_client.h
|
| diff --git a/chrome/browser/sessions/chrome_tab_restore_service_client.h b/chrome/browser/sessions/chrome_tab_restore_service_client.h
|
| index ca6983301cf6f594f2d958959b090226fd0ecb05..547f4c4a635e326958be15759fffd83f90bdc688 100644
|
| --- a/chrome/browser/sessions/chrome_tab_restore_service_client.h
|
| +++ b/chrome/browser/sessions/chrome_tab_restore_service_client.h
|
| @@ -19,6 +19,14 @@ class ChromeTabRestoreServiceClient : public sessions::TabRestoreServiceClient {
|
|
|
| private:
|
| // TabRestoreServiceClient:
|
| + TabRestoreServiceDelegate* CreateTabRestoreServiceDelegate(
|
| + int host_desktop_type,
|
| + const std::string& app_name) override;
|
| + TabRestoreServiceDelegate* FindTabRestoreServiceDelegateForWebContents(
|
| + const content::WebContents* contents) override;
|
| + TabRestoreServiceDelegate* FindTabRestoreServiceDelegateWithID(
|
| + SessionID::id_type desired_id,
|
| + int host_desktop_type) override;
|
| bool ShouldTrackURLForRestore(const GURL& url) override;
|
| base::SequencedWorkerPool* GetBlockingPool() override;
|
| base::FilePath GetPathToSaveTo() override;
|
|
|