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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js

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/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js
diff --git a/chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js b/chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js
index 497ab5cac3b2c32b81dbc3ec05be80b71a6537a0..61c1106e3d7ca4dc992f40f8cae5425e265c74b8 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js
+++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js
@@ -5,8 +5,6 @@
// systeminfo.cpu api test
// browser_tests.exe --gtest_filter=SystemInfoCpuApiTest.*
-chrome.systemInfo = chrome.experimental.systemInfo;
-
var userStep = 3;
var kernelStep = 2;
var idleStep = 1;

Powered by Google App Engine
This is Rietveld 408576698