| Index: chrome/common/extensions/api/offersPrivate.json
|
| diff --git a/chrome/common/extensions/api/offersPrivate.json b/chrome/common/extensions/api/offersPrivate.json
|
| deleted file mode 100644
|
| index 94f91e133cabf07fe432e261d8009ac9c1ca17d2..0000000000000000000000000000000000000000
|
| --- a/chrome/common/extensions/api/offersPrivate.json
|
| +++ /dev/null
|
| @@ -1,55 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -[
|
| - {
|
| - "namespace": "offersPrivate",
|
| - "nodoc": true,
|
| - "platforms": ["chromeos"],
|
| - "types": [],
|
| - "functions": [
|
| - {
|
| - "name": "getCouponCode",
|
| - "description": "Get the group or coupon code from underlying storage.",
|
| - "type": "function",
|
| - "parameters": [
|
| - {
|
| - "name": "type",
|
| - "type": "string",
|
| - "description": "Type of coupon code requested to be read (coupon or group)."
|
| - },
|
| - {
|
| - "name": "callback",
|
| - "type": "function",
|
| - "parameters": [
|
| - {
|
| - "name": "result",
|
| - "type": "string",
|
| - "description" : "The coupon code."
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "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."
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| -]
|
|
|