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

Unified Diff: chrome/common/extensions/api/media_player_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/terminal_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/media_player_private.json
===================================================================
--- chrome/common/extensions/api/media_player_private.json (revision 181773)
+++ chrome/common/extensions/api/media_player_private.json (working copy)
@@ -6,6 +6,10 @@
{
"namespace": "mediaPlayerPrivate",
"nodoc": "true",
+ "compiler_options": {
+ "implemented_in": "chrome/browser/chromeos/extensions/media_player_api.h"
+ },
+ "platforms": ["chromeos"],
"types": [
{
"id": "Playlist",
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/terminal_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698