| Index: chrome/browser/lifetime/keep_alive_types.h | 
| diff --git a/chrome/browser/lifetime/keep_alive_types.h b/chrome/browser/lifetime/keep_alive_types.h | 
| index e41d5c1ce523e9e58d436aa7ee866f654b51dc07..50d8eee31956851712d8195311b55034f0a2a8ef 100644 | 
| --- a/chrome/browser/lifetime/keep_alive_types.h | 
| +++ b/chrome/browser/lifetime/keep_alive_types.h | 
| @@ -14,14 +14,22 @@ | 
|  | 
| // Refers to the what the KeepAlive's lifetime is tied to, to help debugging. | 
| enum class KeepAliveOrigin { | 
| +  // c/b | 
| +  BROWSER_PROCESS_PLATFORM_PART, | 
| +  APP_CONTROLLER, | 
| + | 
| // c/b/background | 
| BACKGROUND_MODE_MANAGER, | 
| BACKGROUND_MODE_MANAGER_STARTUP, | 
|  | 
| +  // c/b/chromeos | 
| +  LOGIN_DISPLAY_HOST_IMPL, | 
| + | 
| // c/b/ui | 
| APP_LIST_SERVICE_VIEWS, | 
| APP_LIST_SHOWER, | 
| CHROME_APP_DELEGATE, | 
| +  PANEL, | 
| PANEL_VIEW, | 
| PROFILE_LOADER, | 
| USER_MANAGER_VIEW | 
|  |