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

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

Issue 17215003: Whitelist RU-NTP extension for metricsPrivate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « 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 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 // currently use whitelisted interfaces without being on the corresponding 364 // currently use whitelisted interfaces without being on the corresponding
365 // whitelist. 365 // whitelist.
366 // Adding it to this whitelist documents their dependency, however, and 366 // Adding it to this whitelist documents their dependency, however, and
367 // also doesn't hurt anything. 367 // also doesn't hurt anything.
368 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 368 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
369 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 369 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
370 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 370 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
371 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 371 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
372 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 372 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
373 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 373 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
374 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev 374 "iejldcgjigodajhjecapkeiggcncflph", // Google Now dev
375 "khopmbdjffemhegeeobelklnbglcdgfh" // RU-NTP
375 ] 376 ]
376 }, 377 },
377 "musicManagerPrivate": { 378 "musicManagerPrivate": {
378 "channel": "dev", 379 "channel": "dev",
379 "extension_types": ["platform_app"], 380 "extension_types": ["platform_app"],
380 "whitelist": [ 381 "whitelist": [
381 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 382 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
382 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test 383 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test
383 ] 384 ]
384 }, 385 },
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 }, 634 },
634 "webRequestBlocking": { 635 "webRequestBlocking": {
635 "channel": "stable", 636 "channel": "stable",
636 "extension_types": ["extension", "packaged_app"] 637 "extension_types": ["extension", "packaged_app"]
637 }, 638 },
638 "webview": { 639 "webview": {
639 "channel": "stable", 640 "channel": "stable",
640 "extension_types": ["platform_app"] 641 "extension_types": ["platform_app"]
641 } 642 }
642 } 643 }
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