Chromium Code Reviews| Index: chrome/browser/extensions/platform_app_launcher.h |
| diff --git a/chrome/browser/extensions/platform_app_launcher.h b/chrome/browser/extensions/platform_app_launcher.h |
| index b5017ec75208b8ffca4386f3f1a574143b7d1234..ce2f5e74f2f348743fcff7f9906fa3099d1d8b49 100644 |
| --- a/chrome/browser/extensions/platform_app_launcher.h |
| +++ b/chrome/browser/extensions/platform_app_launcher.h |
| @@ -27,6 +27,11 @@ void LaunchPlatformApp(Profile* profile, |
| const CommandLine* command_line, |
| const FilePath& current_directory); |
| +// Launches the platform app |extension| at the specific |file_path| given. |
|
benwells
2012/09/04 04:41:32
at the specific |file_path| given => with the cont
thorogood
2012/09/04 05:26:00
Done.
|
| +void LaunchPlatformAppWithPath(Profile* profile, |
| + const Extension* extension, |
| + const FilePath& file_path); |
| + |
| // Launches the platform app |extension| with the supplied web intent. Creates |
| // appropriate launch data for the |web_intent_data| field present. |extension| |
| // and |profile| must not be NULL. |