| Index: apps/app_load_service.h
|
| diff --git a/apps/app_load_service.h b/apps/app_load_service.h
|
| index bd5d292bc8fa6ad79d4f5e72bcb8c05cea601307..9d115f58a280664a254e78d95e45a5c1d09ff4bf 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 extension has begun successfully.
|
| + bool Load(const base::FilePath& extension_path);
|
| +
|
| static AppLoadService* Get(Profile* profile);
|
|
|
| private:
|
|
|