| Index: chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js b/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
|
| index f6d8daed3f6fa28062e5c040311b5179c7c402ad..0c3b78ec34015c3f6119a09e7496e1d68a7eadc6 100644
|
| --- a/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
|
| +++ b/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
|
| @@ -43,7 +43,7 @@ function errorCallback(error) {
|
| // The ID of the extension we want to talk to.
|
| var fileBrowserExtensionId = "ddammdhioacbehjngdmkjcjbnfginlla";
|
|
|
| - chrome.extension.sendMessage(fileBrowserExtensionId,
|
| + chrome.runtime.sendMessage(fileBrowserExtensionId,
|
| {fileContent: null,
|
| error: {message: "File handler error: " + msg}},
|
| function(response) {});
|
|
|