Commit 74486450 authored by Giovanni Ortuño Urquidi's avatar Giovanni Ortuño Urquidi Committed by Commit Bot

mojo: explore-sites-internals: Use new bindings names in discards

Mojo JS Lite Bindings were recently renamed to align with the new C++
names. This CL changes usage of the old names with the new ones. See
bug for more details.

Bug: 968369
Change-Id: I363473451e610c62c2758f6477a51fddeea50929
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714195Reviewed-by: default avatarCathy Li <chili@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680264}
parent ccbfed3d
...@@ -84,7 +84,7 @@ function forceNetworkRequest() { ...@@ -84,7 +84,7 @@ function forceNetworkRequest() {
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
// Setup backend mojo. // Setup backend mojo.
pageHandler = exploreSitesInternals.mojom.PageHandler.getProxy(); pageHandler = exploreSitesInternals.mojom.PageHandler.getRemote();
updatePageWithProperties(); updatePageWithProperties();
// Set up event listeners. // Set up event listeners.
......
...@@ -8,7 +8,4 @@ mojom("mojo_bindings") { ...@@ -8,7 +8,4 @@ mojom("mojo_bindings") {
sources = [ sources = [
"explore_sites_internals.mojom", "explore_sites_internals.mojom",
] ]
# TODO(https://crbug.com/968369): Change to use new names.
use_old_js_lite_bindings_names = true
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment