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

Unified Diff: chrome/common/extensions/api/app_runtime.idl

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/common/extensions/api/app_runtime.idl
diff --git a/chrome/common/extensions/api/app_runtime.idl b/chrome/common/extensions/api/app_runtime.idl
index 53ed2fed2fbb41e7034a229726b06c473fb2f26a..b5509a9c11280c1aa6c05a1e0e2c921b659d5314 100644
--- a/chrome/common/extensions/api/app_runtime.idl
+++ b/chrome/common/extensions/api/app_runtime.idl
@@ -31,6 +31,7 @@ namespace app.runtime {
interface Events {
static void onLaunched(optional LaunchData launchData);
Mihai Parparita -not on Chrome 2012/09/04 17:47:14 Mind adding docstrings for both of these events?
koz (OOO until 15th September) 2012/09/05 06:21:33 Done.
+ static void onRestarted();
};
};

Powered by Google App Engine
This is Rietveld 408576698