Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3570)

Unified Diff: chrome/browser/resources/plugins.js

Issue 1827473002: Make the process-wide ServiceRegistry available to JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/omnibox/omnibox.js ('k') | content/renderer/mojo/service_registry_js_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.js
diff --git a/chrome/browser/resources/plugins.js b/chrome/browser/resources/plugins.js
index 085aa32bc096767d8decd8fb4ef1036266e80545..746b19231aab327806f035ffea6d371ee16e5f3e 100644
--- a/chrome/browser/resources/plugins.js
+++ b/chrome/browser/resources/plugins.js
@@ -276,7 +276,7 @@ var whenBrowserProxyReady = new Promise(function(resolve, reject) {
'mojo/public/js/core',
'mojo/public/js/connection',
'chrome/browser/ui/webui/plugins/plugins.mojom',
- 'content/public/renderer/service_provider',
+ 'content/public/renderer/frame_service_registry',
], function(bindings, core, connection, pluginsMojom, serviceProvider) {
var browserProxy = connection.bindHandleToProxy(
serviceProvider.connectToService(
« no previous file with comments | « chrome/browser/resources/omnibox/omnibox.js ('k') | content/renderer/mojo/service_registry_js_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698