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

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

Issue 7187023: Adding an experimental app notification API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing clang errors Created 9 years, 6 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 9fff1c77c6dcb9c5028c43807cde05cff010357c..ae080e08063b3a9c4410fee048cfd3b6707ce53c 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -36,6 +36,10 @@
"chrome.cookies.onChanged": "cookies.html#event-onChanged",
"chrome.cookies.remove": "cookies.html#method-remove",
"chrome.cookies.set": "cookies.html#method-set",
+ "chrome.experimental.app.clearAllNotifications": "experimental.app.html#method-clearAllNotifications",
+ "chrome.experimental.app.notify": "experimental.app.html#method-notify",
+ "chrome.experimental.app.resetLaunchIcon": "experimental.app.html#method-resetLaunchIcon",
+ "chrome.experimental.app.setLaunchIcon": "experimental.app.html#method-setLaunchIcon",
"chrome.experimental.debugger.attach": "experimental.debugger.html#method-attach",
"chrome.experimental.debugger.detach": "experimental.debugger.html#method-detach",
"chrome.experimental.debugger.onDetach": "experimental.debugger.html#event-onDetach",
« no previous file with comments | « chrome/common/extensions/docs/experimental.app.html ('k') | chrome/common/extensions/docs/static/experimental.app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698