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(); |
}; |
}; |