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

Unified Diff: chrome/common/extensions/api/sessions.json

Issue 201393002: Add onChanged callback for chrome.sessions API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chrome/common/extensions/api/sessions.json
diff --git a/chrome/common/extensions/api/sessions.json b/chrome/common/extensions/api/sessions.json
index a063d920b450c6b7f26af0f4f919b1aa68dc3616..6cffa173dde9c606f2ee0d1d890dffc8da529335 100644
--- a/chrome/common/extensions/api/sessions.json
+++ b/chrome/common/extensions/api/sessions.json
@@ -107,6 +107,13 @@
]
}
],
+ "events": [
not at google - send to devlin 2014/03/17 14:21:18 Cool, we've wanted to add this sort of functionali
wjywbs 2014/03/17 19:27:24 Sure, I will write the proposal tonight.
not at google - send to devlin 2014/03/19 16:22:41 Ok, let's resolve my comments in there. Then ping
+ {
+ "name": "onRecentlyClosed",
+ "description": "Fired when recently closed tabs and/or windows are changed.",
+ "type": "function"
+ }
+ ],
"properties": {
"MAX_SESSION_RESULTS": {
"value": 25,

Powered by Google App Engine
This is Rietveld 408576698