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

Side by Side Diff: chrome/common/extensions/api/music_manager_private.idl

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase 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
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 // musicManagerPrivate.
5 [nodoc] namespace musicManagerPrivate { 6 [nodoc] namespace musicManagerPrivate {
6 7
7 callback GetDeviceIdCallback = void (DOMString device_id); 8 callback GetDeviceIdCallback = void (DOMString device_id);
8 9
9 interface Functions { 10 interface Functions {
10 // Returns an identifier stable across users and reboots. 11 // Returns an identifier stable across users and reboots.
11 // 12 //
12 // |callback| : Called with the stable identifier value. 13 // |callback| : Called with the stable identifier value.
13 static void getDeviceId(GetDeviceIdCallback callback); 14 static void getDeviceId(GetDeviceIdCallback callback);
14 }; 15 };
15 }; 16 };
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/metrics_private.json ('k') | chrome/common/extensions/api/networking_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698