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

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

Issue 22296002: Make the windows API depend on the tabs API not the tabs permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « 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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 593 },
594 "webstorePrivate": { 594 "webstorePrivate": {
595 "dependencies": ["permission:webstorePrivate"], 595 "dependencies": ["permission:webstorePrivate"],
596 "contexts": ["blessed_extension"] 596 "contexts": ["blessed_extension"]
597 }, 597 },
598 "webview": { 598 "webview": {
599 "dependencies": ["permission:webview"], 599 "dependencies": ["permission:webview"],
600 "contexts": ["blessed_extension"] 600 "contexts": ["blessed_extension"]
601 }, 601 },
602 "windows": { 602 "windows": {
603 "dependencies": ["permission:tabs"], 603 "dependencies": ["api:tabs"],
604 "contexts": ["blessed_extension"] 604 "contexts": ["blessed_extension"]
605 } 605 }
606 } 606 }
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