commit | f2016672c4b02bffb2b3f79e435c9efbcc249538 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Nov 21 22:42:59 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Nov 21 22:42:59 2013 |
tree | 994b3b2e27b721304e3cba7a6d201866ce017b9d | |
parent | 5dd24c72138dd081a82026e5f0e31a80e08bbcc9 [diff] [blame] |
Initial checking of GCM for Chrome JavaScript API Contains gcm.json and updates to relevant files defining the APIs, stub implementation for the functions, updates to GYP file. BUG=316683 Review URL: https://codereview.chromium.org/26669003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236615 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index 23af274..489e47e 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -699,6 +699,8 @@ SERIAL_GETINFO, SERIAL_GETCONNECTIONS, SERIAL_SEND, + GCM_REGISTER, + GCM_SEND, ENUM_BOUNDARY // Last entry: Add new entries above. };