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

Unified Diff: chrome/browser/extensions/api/processes/processes_api_constants.cc

Issue 165153003: Add process title and nacl debug port fields to the processes api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 10 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/browser/extensions/api/processes/processes_api_constants.cc
diff --git a/chrome/browser/extensions/api/processes/processes_api_constants.cc b/chrome/browser/extensions/api/processes/processes_api_constants.cc
index 4a087e3c3fde67e23e66b6eb3267469bd5edafa5..3432cbe9e6b4d420910b7a5ea2018846a4d06bcc 100644
--- a/chrome/browser/extensions/api/processes/processes_api_constants.cc
+++ b/chrome/browser/extensions/api/processes/processes_api_constants.cc
@@ -16,6 +16,7 @@ const char kIdKey[] = "id";
const char kImageCacheKey[] = "imageCache";
const char kJsMemoryAllocatedKey[] = "jsMemoryAllocated";
const char kJsMemoryUsedKey[] = "jsMemoryUsed";
+const char kNaClDebugPortKey[] = "naclDebugPort";
const char kNetworkKey[] = "network";
const char kOsProcessIdKey[] = "osProcessId";
const char kPrivateMemoryKey[] = "privateMemory";
@@ -23,6 +24,7 @@ const char kProfileKey[] = "profile";
const char kScriptCacheKey[] = "scriptCache";
const char kSqliteMemoryKey[] = "sqliteMemory";
const char kTabsListKey[] = "tabs";
+const char kTitleKey[] = "title";
const char kTypeKey[] = "type";
// Process types.

Powered by Google App Engine
This is Rietveld 408576698