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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js

Issue 15846002: Rename 'harddisk' to 'fixed' for storage unit type (Closed) Base URL: http://git.chromium.org/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/storage/test_storage_api.js
diff --git a/chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js b/chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js
index a679dd88812f958c6f0f2f251d7788a84713bf51..e400206cc18813b99dfe4763be6020098ee88c53 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js
+++ b/chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js
@@ -10,9 +10,9 @@ chrome.systemInfo = chrome.experimental.systemInfo;
var testData = [
{ id: "0xbeaf", type: "unknown", capacity: 4098,
availableCapacity: 1000, step: 0 },
- { id: "/home", type: "harddisk", capacity: 4098,
+ { id: "/home", type: "fixed", capacity: 4098,
availableCapacity: 1000, step: 10 },
- { id: "/data", type: "harddisk", capacity: 10000,
+ { id: "/data", type: "fixed", capacity: 10000,
availableCapacity: 1000, step: 4097 }
];

Powered by Google App Engine
This is Rietveld 408576698