Index: chrome/browser/sessions/tab_restore_service.h |
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h |
index c783962507996c95bca793a21f466e56e4b5bdaa..6f3078dc31b3bf02f5a1116065fe34549d549720 100644 |
--- a/chrome/browser/sessions/tab_restore_service.h |
+++ b/chrome/browser/sessions/tab_restore_service.h |
@@ -116,6 +116,9 @@ class TabRestoreService : public BaseSessionService { |
// Index of the selected tab. |
int selected_tab_index; |
+ |
+ // If an application window, the name of the app. |
+ std::string app_name; |
}; |
typedef std::list<Entry*> Entries; |