| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index 2e42d71060e21674469e7944a258770566463713..6522034fa41381c5a4565b6aa3e3c9455d79b313 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -574,6 +574,9 @@ std::vector<std::pair<std::string, int> > Dispatcher::GetJsResources() {
|
| std::make_pair(mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS));
|
| resources.push_back(
|
| std::make_pair(mojo::kValidatorModuleName, IDR_MOJO_VALIDATOR_JS));
|
| + resources.push_back(std::make_pair("keep_alive", IDR_KEEP_ALIVE_JS));
|
| + resources.push_back(std::make_pair("extensions/common/mojo/keep_alive.mojom",
|
| + IDR_KEEP_ALIVE_MOJOM_JS));
|
|
|
| // Custom bindings.
|
| resources.push_back(
|
|
|