| Index: chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js (revision 213035)
|
| +++ chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js (working copy)
|
| @@ -3,10 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| // systemInfo.storage api test
|
| -// browser_tests --gtest_filter=SystemInfoStorageApiTest.Storage
|
| +// browser_tests --gtest_filter=SystemInfoStorageApiTest.StorageAttachment
|
| chrome.systemInfo = chrome.experimental.systemInfo;
|
|
|
| -// Testing data should be the same as that in system_info_storage_apitest.cc
|
| +// Testing data should be the same as |kRemovableStorageData| in
|
| +// system_info_storage_apitest.cc.
|
| var testData = {
|
| id: "transient:0004",
|
| name: "/media/usb1",
|
|
|