Chromium Code Reviews| 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", |