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

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

Issue 21028005: Remove remaining code related to pageLauncher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove test case. 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
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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 }, 275 },
276 "page_action": { 276 "page_action": {
277 "channel": "stable", 277 "channel": "stable",
278 "extension_types": ["extension"] 278 "extension_types": ["extension"]
279 }, 279 },
280 "page_actions": { 280 "page_actions": {
281 "channel": "stable", 281 "channel": "stable",
282 "extension_types": ["extension"], 282 "extension_types": ["extension"],
283 "max_manifest_version": 1 283 "max_manifest_version": 1
284 }, 284 },
285 "page_launcher": {
286 "channel": "dev",
287 "extension_types": ["platform_app"]
288 },
289 "permissions": { 285 "permissions": {
290 "channel": "stable", 286 "channel": "stable",
291 "extension_types": [ 287 "extension_types": [
292 "extension", "packaged_app", "hosted_app", "platform_app" 288 "extension", "packaged_app", "hosted_app", "platform_app"
293 ] 289 ]
294 }, 290 },
295 "platforms": { 291 "platforms": {
296 "channel": "stable", 292 "channel": "stable",
297 "extension_types": "all" 293 "extension_types": "all"
298 }, 294 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "channel": "stable", 351 "channel": "stable",
356 "extension_types": "all" 352 "extension_types": "all"
357 }, 353 },
358 "web_accessible_resources": { 354 "web_accessible_resources": {
359 "channel": "stable", 355 "channel": "stable",
360 "extension_types": [ 356 "extension_types": [
361 "extension", "packaged_app", "hosted_app" 357 "extension", "packaged_app", "hosted_app"
362 ] 358 ]
363 } 359 }
364 } 360 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/permissions/permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698