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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/tts_engine.json ('k') | chrome/common/extensions/api/usb.idl » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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": "types", 7 "namespace": "types",
8 "description": "The <code>chrome.types</code> module contains type declarati ons for Chrome. Currently this comprises only a prototype for giving other modul es access to manage Chrome browser settings. This prototype is used, for example , for $ref:proxy.settings.",
8 "types": [ 9 "types": [
9 { 10 {
10 "id": "ChromeSetting", 11 "id": "ChromeSetting",
11 "type": "object", 12 "type": "object",
12 "js_module": "ChromeSetting", 13 "js_module": "ChromeSetting",
13 "customBindings": "ChromeSetting", 14 "customBindings": "ChromeSetting",
14 "description": "An interface which allows access to a Chrome browser set ting.", 15 "description": "An interface which allows access to a Chrome browser set ting.",
15 "functions": [ 16 "functions": [
16 { 17 {
17 "name": "get", 18 "name": "get",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 } 144 }
144 } 145 }
145 } 146 }
146 ] 147 ]
147 } 148 }
148 ] 149 ]
149 } 150 }
150 ] 151 ]
151 } 152 }
152 ] 153 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tts_engine.json ('k') | chrome/common/extensions/api/usb.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698