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

Unified Diff: chrome/common/extensions/api/echoPrivate.json

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments Created 8 years, 8 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/echoPrivate.json
diff --git a/chrome/common/extensions/api/offersPrivate.json b/chrome/common/extensions/api/echoPrivate.json
similarity index 62%
rename from chrome/common/extensions/api/offersPrivate.json
rename to chrome/common/extensions/api/echoPrivate.json
index 94f91e133cabf07fe432e261d8009ac9c1ca17d2..905c1fac5e25fd40d798569f52266531acfde28c 100644
--- a/chrome/common/extensions/api/offersPrivate.json
+++ b/chrome/common/extensions/api/echoPrivate.json
@@ -4,13 +4,13 @@
[
{
- "namespace": "offersPrivate",
+ "namespace": "echoPrivate",
"nodoc": true,
"platforms": ["chromeos"],
"types": [],
"functions": [
{
- "name": "getCouponCode",
+ "name": "getRegistrationCode",
"description": "Get the group or coupon code from underlying storage.",
"type": "function",
"parameters": [
@@ -31,24 +31,6 @@
]
}
]
- },
- {
- "name": "getUserConsent",
- "description": "Get user's consent by displaying an InfoBar.",
- "type": "function",
- "parameters": [
- {
- "name": "callback",
- "type": "function",
- "parameters": [
- {
- "name": "result",
- "type": "boolean",
- "description" : "Consent result."
- }
- ]
- }
- ]
}
]
}
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698