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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js

Issue 16256023: Move systemInfo.memory API out of experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved merge conflict from new commits Created 7 years, 6 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/memory/test_memory_api.js
diff --git a/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js b/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js
index f93646382a68ff840840f8b7f2716e704e6aef81..77eca5683e5a9c6f59c62d5da5b1aa5804d4b031 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js
+++ b/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js
@@ -5,8 +5,6 @@
// systeminfo.memory api test
// browser_tests --gtest_filter=SystemInfoMemoryApiTest.*
-chrome.systemInfo = chrome.experimental.systemInfo;
-
chrome.test.runTests([
function testGet() {
for(var i = 0; i < 10; ++i) {
« no previous file with comments | « chrome/test/data/extensions/api_test/systeminfo/memory/manifest.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698