This source file includes following definitions.
- Create
- FindDelegateForWebContents
- FindDelegateWithID
#include "chrome/browser/sessions/tab_restore_service_delegate.h"
#include "content/public/browser/navigation_controller.h"
TabRestoreServiceDelegate* TabRestoreServiceDelegate::Create(
Profile* profile,
chrome::HostDesktopType host_desktop_type,
const std::string& app_name) {
return NULL;
}
TabRestoreServiceDelegate*
TabRestoreServiceDelegate::FindDelegateForWebContents(
const content::WebContents* contents) {
return NULL;
}
TabRestoreServiceDelegate* TabRestoreServiceDelegate::FindDelegateWithID(
SessionID::id_type desired_id,
chrome::HostDesktopType host_desktop_type) {
return NULL;
}