| 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 2a8a6b903dba9f86f967274d4e9b3a32ca30b0ac..fcf5adecdafb73f7c63314d8ec6e00264248a80d 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.h
|
| +++ b/chrome/browser/extensions/platform_app_launcher.h
|
| @@ -26,6 +26,11 @@ void LaunchPlatformApp(Profile* profile,
|
| const CommandLine* command_line,
|
| const FilePath& current_directory);
|
|
|
| +// Launches the platform app |extension| at the specific |file_path| given.
|
| +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.
|
|
|