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

Unified Diff: extensions/test/data/api_test_base_unittest.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 | « extensions/renderer/resources/stash_client.js ('k') | extensions/test/data/data_sender_unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test_base_unittest.js
diff --git a/extensions/test/data/api_test_base_unittest.js b/extensions/test/data/api_test_base_unittest.js
index 10c479272ed442b27b95dbc532a6f73c2ef31d9b..77a9cb2dabbab15341dc115658a207a3509bfe96 100644
--- a/extensions/test/data/api_test_base_unittest.js
+++ b/extensions/test/data/api_test_base_unittest.js
@@ -38,7 +38,7 @@ unittestBindings.exportTests([
Promise.all([
requireAsync('mojo/public/js/connection'),
requireAsync('mojo/public/js/core'),
- requireAsync('content/public/renderer/service_provider'),
+ requireAsync('content/public/renderer/frame_service_registry'),
]).then(test.callback(function(modules) {
var connection = modules[0];
var core = modules[1];
« no previous file with comments | « extensions/renderer/resources/stash_client.js ('k') | extensions/test/data/data_sender_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698