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

Unified Diff: chrome/browser/extensions/api/app_runtime/app_runtime_api.h

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments, rebase Created 8 years, 3 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
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 b668f48f1b4bde83a6740e8e2e4846e00e8d3084..8566e89e33f5a1495357bc11396c709775ad0e35 100644
--- a/chrome/browser/extensions/api/app_runtime/app_runtime_api.h
+++ b/chrome/browser/extensions/api/app_runtime/app_runtime_api.h
@@ -23,6 +23,8 @@ 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:

Powered by Google App Engine
This is Rietveld 408576698