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

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

Issue 10690177: Renamed chrome_auth to cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/chrome_auth_private.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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 25 matching lines...) Expand all
36 "extension_types": ["extension", "packaged_app"] 36 "extension_types": ["extension", "packaged_app"]
37 }, 37 },
38 "browserTag": { 38 "browserTag": {
39 "channel": "dev", 39 "channel": "dev",
40 "extension_types": ["extension", "platform_app"] 40 "extension_types": ["extension", "platform_app"]
41 }, 41 },
42 "browsingData": { 42 "browsingData": {
43 "channel": "stable", 43 "channel": "stable",
44 "extension_types": ["extension", "packaged_app"] 44 "extension_types": ["extension", "packaged_app"]
45 }, 45 },
46 "chromeAuthPrivate": { 46 "cloudPrintPrivate": {
Mihai Parparita -not on Chrome 2012/07/31 21:15:30 Nit: this should be moved down to preserve the alp
Vitaly Buka (NO REVIEWS) 2012/07/31 21:40:04 Done.
47 "channel": "stable", 47 "channel": "stable",
48 "extension_types": ["extension", "packaged_app"], 48 "extension_types": ["extension", "packaged_app"],
49 // CloudPrint 49 // CloudPrint
50 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] 50 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"]
51 }, 51 },
52 "chromePrivate": { 52 "chromePrivate": {
53 "channel": "stable", 53 "channel": "stable",
54 "extension_types": ["extension", "packaged_app"], 54 "extension_types": ["extension", "packaged_app"],
55 "whitelist": [ 55 "whitelist": [
56 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 56 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 }, 321 },
322 "webRequest": { 322 "webRequest": {
323 "channel": "stable", 323 "channel": "stable",
324 "extension_types": ["extension", "packaged_app"] 324 "extension_types": ["extension", "packaged_app"]
325 }, 325 },
326 "webRequestBlocking": { 326 "webRequestBlocking": {
327 "channel": "stable", 327 "channel": "stable",
328 "extension_types": ["extension", "packaged_app"] 328 "extension_types": ["extension", "packaged_app"]
329 } 329 }
330 } 330 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/chrome_auth_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698