| Index: apps/app_load_service.h
|
| diff --git a/apps/app_load_service.h b/apps/app_load_service.h
|
| index bd5d292bc8fa6ad79d4f5e72bcb8c05cea601307..1b6fbab6b46125b48dc135c3d2b00d478b8ccab8 100644
|
| --- a/apps/app_load_service.h
|
| +++ b/apps/app_load_service.h
|
| @@ -61,6 +61,10 @@ class AppLoadService : public KeyedService,
|
| const base::CommandLine& command_line,
|
| const base::FilePath& current_dir);
|
|
|
| + // Loads (or reloads) the app with |extension_path|. Returns true if loading
|
| + // the app has begun successfully.
|
| + bool Load(const base::FilePath& extension_path);
|
| +
|
| static AppLoadService* Get(Profile* profile);
|
|
|
| private:
|
|
|