Chromium Code Reviews| Index: chrome/browser/ui/extensions/app_launch_params.h |
| diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h |
| index 492855aa020bf1148c5dcba387e88ff533dbb30b..f1b265eb8a6f8b249342be5035ed85e8f59d7474 100644 |
| --- a/chrome/browser/ui/extensions/app_launch_params.h |
| +++ b/chrome/browser/ui/extensions/app_launch_params.h |
| @@ -40,6 +40,10 @@ struct AppLaunchParams { |
| // The extension to load. |
| std::string extension_id; |
| + // An id that can be passed to an app when launched in order to support |
| + // multiple shelf items per app. |
| + std::string launch_id; |
|
Mr4D (OOO till 08-26)
2016/12/03 01:55:27
Can you elaborate what kind of id's these are? If
Andra Paraschiv
2016/12/06 13:19:16
This id is a real string and is set for a window w
|
| + |
| // The container type to launch the application in. |
| extensions::LaunchContainer container; |