| Index: chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js b/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
|
| index 5ca2d163820668bbdfa4913570af7f6a3f9480bb..9551424dd264aba496a6cded586ce4098066a721 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
|
| @@ -57,7 +57,7 @@ var TESTING_BROKEN_TIRAMISU_FILE = Object.freeze({
|
| */
|
| function onOpenFileRequested(options, onSuccess, onError) {
|
| if (options.fileSystemId != test_util.FILE_SYSTEM_ID ||
|
| - options.mode != 'READ' || options.create) {
|
| + options.mode != 'READ') {
|
| onError('SECURITY'); // enum ProviderError.
|
| return;
|
| }
|
|
|