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

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

Issue 126163003: Rename setUninstallUrl to setUninstallURL throughout codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "runtime.reload": { 540 "runtime.reload": {
541 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 541 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
542 }, 542 },
543 "runtime.requestUpdateCheck": { 543 "runtime.requestUpdateCheck": {
544 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 544 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
545 }, 545 },
546 "runtime.sendMessage": { 546 "runtime.sendMessage": {
547 "contexts": "all", 547 "contexts": "all",
548 "matches": ["<all_urls>"] 548 "matches": ["<all_urls>"]
549 }, 549 },
550 "runtime.setUninstallUrl": { 550 "runtime.setUninstallURL": {
551 "channel": "dev", 551 "channel": "dev",
552 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 552 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
553 }, 553 },
554 "scriptBadge": { 554 "scriptBadge": {
555 "dependencies": ["manifest:script_badge"], 555 "dependencies": ["manifest:script_badge"],
556 "contexts": ["blessed_extension"] 556 "contexts": ["blessed_extension"]
557 }, 557 },
558 "serial": { 558 "serial": {
559 "dependencies": ["permission:serial"], 559 "dependencies": ["permission:serial"],
560 "contexts": ["blessed_extension"] 560 "contexts": ["blessed_extension"]
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 "internal": true, 732 "internal": true,
733 "channel": "stable", 733 "channel": "stable",
734 "dependencies": ["permission:webview"], 734 "dependencies": ["permission:webview"],
735 "contexts": ["blessed_extension"] 735 "contexts": ["blessed_extension"]
736 }, 736 },
737 "windows": { 737 "windows": {
738 "dependencies": ["api:tabs"], 738 "dependencies": ["api:tabs"],
739 "contexts": ["blessed_extension"] 739 "contexts": ["blessed_extension"]
740 } 740 }
741 } 741 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698