summaryrefslogtreecommitdiffstats
path: root/apps/app_restore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_restore_service.h')
-rw-r--r--apps/app_restore_service.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h
index 97dcd88..65d3de2 100644
--- a/apps/app_restore_service.h
+++ b/apps/app_restore_service.h
@@ -15,17 +15,10 @@
namespace extensions {
class Extension;
-
-namespace app_file_handler_util {
-struct SavedFileEntry;
-}
-
}
class Profile;
-using extensions::app_file_handler_util::SavedFileEntry;
-
namespace apps {
// Tracks what apps need to be restarted when the browser restarts.
@@ -61,9 +54,7 @@ class AppRestoreService : public BrowserContextKeyedService,
void RecordAppStop(const std::string& extension_id);
void RecordIfAppHasWindows(const std::string& id);
- void RestoreApp(
- const extensions::Extension* extension,
- const std::vector<SavedFileEntry>& file_entries);
+ void RestoreApp(const extensions::Extension* extension);
void StartObservingShellWindows();
void StopObservingShellWindows();