diff options
author | Hokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:06:01 +0000 |
---|---|---|
committer | Hokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:06:01 +0000 |
commit | 58ed224c7e4b3968e6b651c9ca47c6831ce84ff1 (patch) | |
tree | aef9eb037dc4f87ffeef7c4faba5a4655e21db45 /chrome/common/extensions/api/api.gyp | |
parent | 3328c1d33f600477ccd90a950ab1c1b709c1f9b3 (diff) | |
download | chromium_src-58ed224c7e4b3968e6b651c9ca47c6831ce84ff1.zip chromium_src-58ed224c7e4b3968e6b651c9ca47c6831ce84ff1.tar.gz chromium_src-58ed224c7e4b3968e6b651c9ca47c6831ce84ff1.tar.bz2 |
[SystemInfo API] Rename systemInfo Cpu API.
Rename from "systemInfo.cpu.get" to "system.cpu.getInfo".
BUG=252994
TEST=SystemCpuApiTest.*
Review URL: https://chromiumcodereview.appspot.com/18639003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/api.gyp')
-rw-r--r-- | chrome/common/extensions/api/api.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp index 153cdab..7d7bbee 100644 --- a/chrome/common/extensions/api/api.gyp +++ b/chrome/common/extensions/api/api.gyp @@ -92,7 +92,7 @@ 'storage.json', 'sync_file_system.idl', 'system_indicator.idl', - 'system_info_cpu.idl', + 'system_cpu.idl', 'system_info_display.idl', 'system_private.json', 'tab_capture.idl', |