| Index: content/browser/webui/web_ui_mojo_browsertest.cc
|
| diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| index d967230424bed2b359f5ae3df1b231ba8b6d59f4..722f2a5e3da34a9d83fe929153da1e71a8f348ee 100644
|
| --- a/content/browser/webui/web_ui_mojo_browsertest.cc
|
| +++ b/content/browser/webui/web_ui_mojo_browsertest.cc
|
| @@ -40,7 +40,8 @@ bool got_message = false;
|
| bool GetResource(const std::string& id,
|
| const WebUIDataSource::GotDataCallback& callback) {
|
| // These are handled by the WebUIDataSource that AddMojoDataSource() creates.
|
| - if (id == mojo::kBufferModuleName ||
|
| + if (id == mojo::kBindingsModuleName ||
|
| + id == mojo::kBufferModuleName ||
|
| id == mojo::kCodecModuleName ||
|
| id == mojo::kConnectionModuleName ||
|
| id == mojo::kConnectorModuleName ||
|
|
|