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

Unified Diff: chrome/browser/extensions/activity_log/api_name_constants.h

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new enum values rather than renaming existing ones Created 7 years, 7 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/system_info/system_info_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/api_name_constants.h
diff --git a/chrome/browser/extensions/activity_log/api_name_constants.h b/chrome/browser/extensions/activity_log/api_name_constants.h
index 19c1d83387e4b44a24c4674aaccca7db9947089a..ec49dc18100e90d188afcd70544ec428b3da67a2 100644
--- a/chrome/browser/extensions/activity_log/api_name_constants.h
+++ b/chrome/browser/extensions/activity_log/api_name_constants.h
@@ -190,7 +190,8 @@ const char* const kNames[] = {
"windows.getCurrent", "windows.getLastFocused", "windows.onCreated",
"windows.onFocusChanged", "windows.onRemoved", "windows.remove",
"windows.update",
- "tabs.getSelected", "tabs.sendRequest"
+ "tabs.getSelected", "tabs.sendRequest",
+ "systemInfo.cpu.get"
};
} // namespace activity_log_api_name_constants
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_info/system_info_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698