| 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..6438638922da70cc6aa51918b144ff3e565211d3 100644
|
| --- a/chrome/browser/sessions/session_types.h
|
| +++ b/chrome/browser/sessions/session_types.h
|
| @@ -181,7 +181,7 @@ struct SessionWindow {
|
| int selected_tab_index;
|
|
|
| // Type of the browser. Currently we only store browsers of type
|
| - // TYPE_TABBED and TYPE_POPUP.
|
| + // TYPE_TABBED and TYPE_POPUP, and TYPE_APP.
|
| // This would be Browser::Type, but that would cause a circular dependency.
|
| int type;
|
|
|
|
|