| 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 }
|
| ];
|
|
|
|
|