From 58ed224c7e4b3968e6b651c9ca47c6831ce84ff1 Mon Sep 17 00:00:00 2001 From: "Hokein.Wu@gmail.com" Date: Thu, 18 Jul 2013 02:06:01 +0000 Subject: [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 --- chrome/common/extensions/api/api.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/extensions/api/api.gyp') 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', -- cgit v1.1