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 c925f38b2dfef38220f2bfd498cfd02e4715062b..493c342d813d6d5936f95ad05e6fd1005e4f3b52 100644 |
--- a/chrome/browser/extensions/api/app_runtime/app_runtime_api.h |
+++ b/chrome/browser/extensions/api/app_runtime/app_runtime_api.h |
@@ -28,10 +28,8 @@ class AppEventRouter { |
// data. |
static void DispatchOnLaunchedEvent(Profile* profile, |
const Extension* extension); |
- static void DispatchOnRestartedEvent( |
- Profile* profile, |
- const Extension* extension, |
- const std::vector<app_file_handler_util::GrantedFileEntry>& file_entries); |
+ static void DispatchOnRestartedEvent(Profile* profile, |
+ const Extension* extension); |
// TODO(benwells): Update this comment, it is out of date. |
// Dispatches the onLaunched event to the given app, providing launch data of |