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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 10804020: Introduce runtime.onSuspendCanceled() event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 625f5f5a1795fdc9fdc057d863d6496f8886e106..03739f9b0b626da23fc613fde15fe74ef8d5bf7e 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -308,6 +308,7 @@
"chrome.runtime.getURL": "runtime.html#method-getURL",
"chrome.runtime.onInstalled": "runtime.html#event-onInstalled",
"chrome.runtime.onSuspend": "runtime.html#event-onSuspend",
+ "chrome.runtime.onSuspendCanceled": "runtime.html#event-onSuspendCanceled",
"chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention",
"chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup",
"chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked",

Powered by Google App Engine
This is Rietveld 408576698