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

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

Issue 12089062: Move API functions registrations out of ExtensionFunctionRegistry. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
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":"wallpaperPrivate", 7 "namespace":"wallpaperPrivate",
8 "compiler_options": {
9 "implemented_in": "chrome/browser/chromeos/extensions/wallpaper_private_ap i.h"
10 },
11 "platforms": ["chromeos"],
8 "nodoc": "true", 12 "nodoc": "true",
9 "functions": [ 13 "functions": [
10 { 14 {
11 "name": "getStrings", 15 "name": "getStrings",
12 "type": "function", 16 "type": "function",
13 "description": "Gets translated strings.", 17 "description": "Gets translated strings.",
14 "nodoc": "true", 18 "nodoc": "true",
15 "parameters": [ 19 "parameters": [
16 { 20 {
17 "type": "function", 21 "type": "function",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "name": "results", 181 "name": "results",
178 "items": {"type": "string"} 182 "items": {"type": "string"}
179 } 183 }
180 ] 184 ]
181 } 185 }
182 ] 186 ]
183 } 187 }
184 ] 188 ]
185 } 189 }
186 ] 190 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698