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

Unified Diff: chrome/common/extensions/api/experimental_power.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, 11 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
Index: chrome/common/extensions/api/experimental_power.json
===================================================================
--- chrome/common/extensions/api/experimental_power.json (revision 179687)
+++ chrome/common/extensions/api/experimental_power.json (working copy)
@@ -4,6 +4,10 @@
[
{
"namespace": "experimental.power",
+ "compiler_options": {
+ "implemented_in": "chrome/browser/chromeos/extensions/power/power_api.h"
+ },
+ "platforms": ["chromeos"],
"types": [],
"functions": [
{

Powered by Google App Engine
This is Rietveld 408576698