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

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

Issue 135083002: Clarify chrome.events as a namespace of common types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/events.json
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json
index ac11987c8eea098aea0eb83aa0614aeab78cfc33..ce173a79401def8b6d0998173d7a66f1b74b9a44 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -5,7 +5,7 @@
[
{
"namespace": "events",
- "description": "Use the <code>chrome.events</code> API to notify you when something interesting happens.",
+ "description": "The <code>chrome.events</code> namespace contains common types used by APIs dispatching events to notify you when something interesting happens.",
rpaquay 2014/01/10 23:50:46 nit: I am not 100% sure, but i think the term "API
scheib 2014/01/10 23:58:31 Yes, I'm using namespace here specifically to call
"compiler_options": {
"implemented_in": "chrome/browser/extensions/api/declarative/declarative_api.h"
},

Powered by Google App Engine
This is Rietveld 408576698