| Index: apps/app_load_service.h
|
| diff --git a/apps/app_load_service.h b/apps/app_load_service.h
|
| index 1b6fbab6b46125b48dc135c3d2b00d478b8ccab8..508f2f06ef8975783c755ec4bdca673094eda5c7 100644
|
| --- a/apps/app_load_service.h
|
| +++ b/apps/app_load_service.h
|
| @@ -46,6 +46,9 @@ class AppLoadService : public KeyedService,
|
| explicit AppLoadService(Profile* profile);
|
| ~AppLoadService() override;
|
|
|
| + // KeyedService support:
|
| + void Shutdown() override;
|
| +
|
| // Reload the application with the given id and then send it the OnRestarted
|
| // event.
|
| void RestartApplication(const std::string& extension_id);
|
|
|