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

Unified Diff: chrome/browser/extensions/api/processes/processes_api.h

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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/processes/processes_api_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/processes/processes_api.h
diff --git a/chrome/browser/extensions/api/processes/processes_api.h b/chrome/browser/extensions/api/processes/processes_api.h
index 312dd965e8e64552f64d1f204805c29b67773169..502b4cf8e83696252803aaf23ba3616f1117b425 100644
--- a/chrome/browser/extensions/api/processes/processes_api.h
+++ b/chrome/browser/extensions/api/processes/processes_api.h
@@ -152,8 +152,8 @@ class GetProcessIdForTabFunction : public AsyncExtensionFunction,
// Storage for the tab ID parameter.
int tab_id_;
- DECLARE_EXTENSION_FUNCTION("experimental.processes.getProcessIdForTab",
- EXPERIMENTAL_PROCESSES_GETPROCESSIDFORTAB)
+ DECLARE_EXTENSION_FUNCTION("processes.getProcessIdForTab",
+ PROCESSES_GETPROCESSIDFORTAB)
};
// Extension function that allows terminating Chrome subprocesses, by supplying
@@ -182,8 +182,8 @@ class TerminateFunction : public AsyncExtensionFunction,
// Storage for the process ID parameter.
int process_id_;
- DECLARE_EXTENSION_FUNCTION("experimental.processes.terminate",
- EXPERIMENTAL_PROCESSES_TERMINATE)
+ DECLARE_EXTENSION_FUNCTION("processes.terminate",
+ PROCESSES_TERMINATE)
};
// Extension function which returns a set of Process objects, containing the
@@ -212,8 +212,8 @@ class GetProcessInfoFunction : public AsyncExtensionFunction,
bool memory_;
#endif
- DECLARE_EXTENSION_FUNCTION("experimental.processes.getProcessInfo",
- EXPERIMENTAL_PROCESSES_GETPROCESSINFO)
+ DECLARE_EXTENSION_FUNCTION("processes.getProcessInfo",
+ PROCESSES_GETPROCESSINFO)
};
} // namespace extensions
« no previous file with comments | « no previous file | chrome/browser/extensions/api/processes/processes_api_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698