Chromium Code Reviews| Index: apps/launcher.h |
| diff --git a/apps/launcher.h b/apps/launcher.h |
| index fa6ea1582d27dee47fee5d9b51d3a946f83c2931..27e7411e047ebae441ae472ce52bd5ca53e33658 100644 |
| --- a/apps/launcher.h |
| +++ b/apps/launcher.h |
| @@ -41,6 +41,11 @@ void LaunchPlatformAppWithPath(Profile* profile, |
| const extensions::Extension* extension, |
| const base::FilePath& file_path); |
| +// Launches the platform app |extension| with the specific |action_data|. |
| +void LaunchPlatformAppWithAction(Profile* profile, |
| + const extensions::Extension* extension, |
| + extensions::ActionData action_data); |
|
Daniel Erat
2016/08/05 23:36:45
make this also take an optional const base::FilePa
jdufault
2016/08/10 22:01:17
Done.
|
| + |
| // Launches the platform app |extension|. |source| tells us how the app is |
| // launched. |
| void LaunchPlatformApp(Profile* profile, |