Index: chrome/browser/ui/browser_tab_restore_service_delegate.h |
diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.h b/chrome/browser/ui/browser_tab_restore_service_delegate.h |
index cbef7515f49c19bf459cd91d69ec18631da8cfc8..eaa5eec6a656816ad25a5c91a1ee222b7b8b8840 100644 |
--- a/chrome/browser/ui/browser_tab_restore_service_delegate.h |
+++ b/chrome/browser/ui/browser_tab_restore_service_delegate.h |
@@ -26,6 +26,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate { |
virtual const SessionID& GetSessionID() const OVERRIDE; |
virtual int GetTabCount() const OVERRIDE; |
virtual int GetSelectedIndex() const OVERRIDE; |
+ virtual std::string GetAppName() const OVERRIDE; |
virtual content::WebContents* GetWebContentsAt(int index) const OVERRIDE; |
virtual content::WebContents* GetSelectedWebContents() const OVERRIDE; |
virtual bool IsTabPinned(int index) const OVERRIDE; |