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

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

Issue 23499005: Whitelist some Google apps for oauth2.auto_approve (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: now with more paperwork 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 | « no previous file | no next file » | 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 "app": { 9 "app": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "channel": "stable", 249 "channel": "stable",
250 "extension_types": [ 250 "extension_types": [
251 "extension", "platform_app" 251 "extension", "platform_app"
252 ], 252 ],
253 "whitelist": [ 253 "whitelist": [
254 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests 254 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests
255 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 255 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
256 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App 256 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App
257 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. 257 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app.
258 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", 258 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C",
259 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" 259 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
260 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these.
261 "E61F841D8210B6A9891E5384CB665FBED31FCD7B" // See http://crbug.com/281715
260 ] 262 ]
261 }, 263 },
262 "offline_enabled": { 264 "offline_enabled": {
263 "channel": "stable", 265 "channel": "stable",
264 "extension_types": [ 266 "extension_types": [
265 "extension", "packaged_app", "hosted_app", "platform_app" 267 "extension", "packaged_app", "hosted_app", "platform_app"
266 ] 268 ]
267 }, 269 },
268 "omnibox": { 270 "omnibox": {
269 "channel": "stable", 271 "channel": "stable",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "channel": "stable", 365 "channel": "stable",
364 "extension_types": "all" 366 "extension_types": "all"
365 }, 367 },
366 "web_accessible_resources": { 368 "web_accessible_resources": {
367 "channel": "stable", 369 "channel": "stable",
368 "extension_types": [ 370 "extension_types": [
369 "extension", "packaged_app", "hosted_app" 371 "extension", "packaged_app", "hosted_app"
370 ] 372 ]
371 } 373 }
372 } 374 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698