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

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: 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
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..4b9aa29fc0d4669f29d50d8121d5580ccb96e476 100644
--- a/chrome/browser/extensions/activity_log/api_name_constants.h
+++ b/chrome/browser/extensions/activity_log/api_name_constants.h
@@ -81,8 +81,8 @@ const char* const kNames[] = {
"experimental.speechInput.isRecording", "experimental.speechInput.onError",
"experimental.speechInput.onResult", "experimental.speechInput.onSoundEnd",
"experimental.speechInput.onSoundStart", "experimental.speechInput.start",
- "experimental.speechInput.stop", "experimental.systemInfo.cpu.get" ,
- "experimental.systemInfo.cpu.onUpdated",
+ "experimental.speechInput.stop", "systemInfo.cpu.get",
+ "systemInfo.cpu.onUpdated",
asargent_no_longer_on_chrome 2013/05/30 19:14:00 Please see comments at the top of this enum.
Tim Song 2013/05/31 01:08:35 I think just renaming existing functions should be
asargent_no_longer_on_chrome 2013/05/31 18:31:32 We should create new entries, not rename the old o
Tim Song 2013/05/31 19:29:03 Done.
"experimental.systemInfo.display.get",
"experimental.systemInfo.memory.get", "experimental.systemInfo.storage.get",
"experimental.systemInfo.storage.onAttached",

Powered by Google App Engine
This is Rietveld 408576698