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

Side by Side Diff: chrome/common/extensions/api/_api_features.json

Issue 23452008: Remove experimental.rlz extension api completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again Created 7 years, 3 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_rlz.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "contexts": ["blessed_extension"] 202 "contexts": ["blessed_extension"]
203 }, 203 },
204 "experimental.history": { 204 "experimental.history": {
205 "dependencies": ["permission:history", "permission:experimental"], 205 "dependencies": ["permission:history", "permission:experimental"],
206 "contexts": ["blessed_extension"] 206 "contexts": ["blessed_extension"]
207 }, 207 },
208 "experimental.identity": { 208 "experimental.identity": {
209 "dependencies": ["permission:experimental"], 209 "dependencies": ["permission:experimental"],
210 "contexts": ["blessed_extension"] 210 "contexts": ["blessed_extension"]
211 }, 211 },
212 "experimental.rlz": {
213 "dependencies": ["permission:experimental"],
214 "contexts": ["blessed_extension"]
215 },
216 "extension": { 212 "extension": {
217 "channel": "stable", 213 "channel": "stable",
218 "extension_types": ["extension", "legacy_packaged_app"], 214 "extension_types": ["extension", "legacy_packaged_app"],
219 "contexts": ["blessed_extension"] 215 "contexts": ["blessed_extension"]
220 }, 216 },
221 "extension.getURL": { 217 "extension.getURL": {
222 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 218 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
223 }, 219 },
224 "extension.inIncognitoContext": { 220 "extension.inIncognitoContext": {
225 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 221 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "webview": { 610 "webview": {
615 "internal": true, 611 "internal": true,
616 "dependencies": ["permission:webview"], 612 "dependencies": ["permission:webview"],
617 "contexts": ["blessed_extension"] 613 "contexts": ["blessed_extension"]
618 }, 614 },
619 "windows": { 615 "windows": {
620 "dependencies": ["api:tabs"], 616 "dependencies": ["api:tabs"],
621 "contexts": ["blessed_extension"] 617 "contexts": ["blessed_extension"]
622 } 618 }
623 } 619 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_rlz.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698