| Index: chrome/browser/extensions/api/app_runtime/app_runtime_api.h
|
| diff --git a/chrome/browser/extensions/api/app_runtime/app_runtime_api.h b/chrome/browser/extensions/api/app_runtime/app_runtime_api.h
|
| index b58a35ab2b757d7d9479988ab248e55138e9ab68..1c478e7c53465fe3b09f1a1e1327625ef573aa04 100644
|
| --- a/chrome/browser/extensions/api/app_runtime/app_runtime_api.h
|
| +++ b/chrome/browser/extensions/api/app_runtime/app_runtime_api.h
|
| @@ -25,8 +25,6 @@ class AppEventRouter {
|
| // data.
|
| static void DispatchOnLaunchedEvent(Profile* profile,
|
| const Extension* extension);
|
| - static void DispatchOnRestartedEvent(Profile* profile,
|
| - const Extension* extension);
|
|
|
| // Dispatches the onLaunched event to the given app, providing launch data of
|
| // the form:
|
|
|