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

Unified Diff: third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix presentation_service_delegate. DEPS failure Created 3 years, 11 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
Index: third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
diff --git a/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js b/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
index 790bba54640068ec5d79729cf1d15bbfcbd931b9..914c6b7276dc2205771066fcfed3a600f30e7d3a 100644
--- a/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
+++ b/third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
@@ -7,7 +7,7 @@
let presentationServiceMock = loadMojoModules(
'presentationServiceMock',
[
- 'third_party/WebKit/public/platform/modules/presentation/presentation.mojom',
+ 'content/common/presentation/presentation.mojom',
'mojo/public/js/bindings',
]).then(mojo => {
let [ presentationService, bindings ] = mojo.modules;
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher_unittest.cc ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698