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

Unified Diff: chrome/common/extensions/api/processes.json

Issue 22584002: Move processes API to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/processes.json
diff --git a/chrome/common/extensions/api/experimental_processes.json b/chrome/common/extensions/api/processes.json
similarity index 98%
rename from chrome/common/extensions/api/experimental_processes.json
rename to chrome/common/extensions/api/processes.json
index 9bb76331763d4be0d2d55d6e5babb0f0e41dfa19..67a0649ef63c836eb6f872a049b39d24cfb783f8 100644
--- a/chrome/common/extensions/api/experimental_processes.json
+++ b/chrome/common/extensions/api/processes.json
@@ -4,8 +4,8 @@
[
{
- "namespace": "experimental.processes",
- "description": "Use the <code>chrome.experimental.processes</code> API to interact with the browser's processes.",
+ "namespace": "processes",
+ "description": "Use the <code>chrome.processes</code> API to interact with the browser's processes.",
"types": [
{
"id": "Process",

Powered by Google App Engine
This is Rietveld 408576698