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

Unified Diff: chrome/common/extensions/api/api.gyp

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/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 35cf75b76aae69e48d40892c47302f5de598d073..668a07bd6128602968db56cf4e40cfd799a853cb 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -52,7 +52,7 @@
'location.idl',
'experimental_media_galleries.idl',
'experimental_record.json',
- 'experimental_system_info_cpu.idl',
+ 'system_info_cpu.idl',
Hongbo Min 2013/05/30 11:51:12 Don't we need to keep alhpa-order in this file?
Tim Song 2013/05/31 01:08:35 Done.
'experimental_system_info_memory.idl',
'experimental_system_info_storage.idl',
'extension.json',

Powered by Google App Engine
This is Rietveld 408576698