Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1543)

Unified Diff: apps/app_restore_service.h

Issue 12450014: Show an InfoBar when trying to start Packaged Apps from Metro mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a 1 second delay, some nits Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | apps/app_restore_service.cc » ('j') | apps/app_restore_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_restore_service.h
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h
index a308c316f4a78d232968b8614d05e423c020dff8..d4802eb8885ba4a83e3f11032e63807b7e3f6d3d 100644
--- a/apps/app_restore_service.h
+++ b/apps/app_restore_service.h
@@ -21,6 +21,7 @@ struct SavedFileEntry;
}
+class ExtensionService;
class Profile;
using extensions::app_file_handler_util::SavedFileEntry;
@@ -49,6 +50,9 @@ class AppRestoreService : public ProfileKeyedService,
const extensions::Extension* extension,
const std::vector<SavedFileEntry>& file_entries);
+ void LaunchAppWithId(const std::string& extension_id);
+ void MaybeHandleMetroRelaunch(ExtensionService* extension_service);
+
content::NotificationRegistrar registrar_;
Profile* profile_;
« no previous file with comments | « no previous file | apps/app_restore_service.cc » ('j') | apps/app_restore_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698