| Index: chrome/browser/sessions/session_types.h
 | 
| diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
 | 
| index 48c80fff8cced2fb49d4cf3056aba16868b59e2a..bd3232a751830cc6cf921feb585e12afd66f40e5 100644
 | 
| --- a/chrome/browser/sessions/session_types.h
 | 
| +++ b/chrome/browser/sessions/session_types.h
 | 
| @@ -200,6 +200,8 @@ struct SessionWindow {
 | 
|    // Is the window maximized, minimized, or normal?
 | 
|    ui::WindowShowState show_state;
 | 
|  
 | 
| +  std::string app_name;
 | 
| +
 | 
|   private:
 | 
|    DISALLOW_COPY_AND_ASSIGN(SessionWindow);
 | 
|  };
 | 
| 
 |