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

Unified Diff: chrome/common/extensions/api/system_info_cpu.idl

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/system_info_cpu.idl
diff --git a/chrome/common/extensions/api/experimental_system_info_cpu.idl b/chrome/common/extensions/api/system_info_cpu.idl
similarity index 96%
rename from chrome/common/extensions/api/experimental_system_info_cpu.idl
rename to chrome/common/extensions/api/system_info_cpu.idl
index 5e2308b3c0ce558b8bd6ac46bc68eb7ed6d0a7d5..b713543a271eb98b77b5611ee1d7ccf45a3f5115 100644
--- a/chrome/common/extensions/api/experimental_system_info_cpu.idl
+++ b/chrome/common/extensions/api/system_info_cpu.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// File-level comment to appease parser. Eventually this will not be necessary.
-namespace experimental.systemInfo.cpu {
+namespace systemInfo.cpu {
dictionary CpuInfo {
// The number of logical processors.

Powered by Google App Engine
This is Rietveld 408576698