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

Side by Side Diff: chrome/common/extensions/api/gcm.json

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/extension.json ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "gcm", 7 "namespace": "gcm",
8 "description": "Use <code>chrome.gcm</code> to enable apps and extensions to send and receive messages through <a href='http://developer.android.com/google/ gcm/index.html'>Google Cloud Messaging</a>.", 8 "description": "Use <code>chrome.gcm</code> to enable apps and extensions to send and receive messages through <a href='http://developer.android.com/google/ gcm/index'>Google Cloud Messaging</a>.",
9 "properties": { 9 "properties": {
10 "MAX_MESSAGE_SIZE": { 10 "MAX_MESSAGE_SIZE": {
11 "value": 4096, 11 "value": 4096,
12 "description": "The maximum size (in bytes) of all key/value pairs in a message." 12 "description": "The maximum size (in bytes) of all key/value pairs in a message."
13 } 13 }
14 }, 14 },
15 "functions": [ 15 "functions": [
16 { 16 {
17 "name": "register", 17 "name": "register",
18 "type": "function", 18 "type": "function",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "description": "Additional details related to the error, when av ailable." 170 "description": "Additional details related to the error, when av ailable."
171 } 171 }
172 }, 172 },
173 "description": "An error that occured while trying to send the messa ge either in Chrome or on the GCM server. Application can retry sending the mess age with a reasonable backoff and possibly longer time-to-live." 173 "description": "An error that occured while trying to send the messa ge either in Chrome or on the GCM server. Application can retry sending the mess age with a reasonable backoff and possibly longer time-to-live."
174 } 174 }
175 ] 175 ]
176 } 176 }
177 ] 177 ]
178 } 178 }
179 ] 179 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension.json ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698