Skip to content

Commit

Permalink
OnionSoup: Move idle_manager.mojom from public/platform/modules to pu…
Browse files Browse the repository at this point in the history
…blic/mojom

This CL moves idle_manager.mojom from public/platform/modules to
public/mojom/ to gather mojom files to mojom folder and updates
paths for idle_manager.mojom.

Bug: 919393
Change-Id: I89d955f870cf55df9fbaf37816c8e4615a8148d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529508
Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#642852}
  • Loading branch information
jkim-julie authored and chromium-wpt-export-bot committed Mar 21, 2019
1 parent 8addb01 commit 72a81ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idle-detection/interceptor.https.html
Expand Up @@ -6,7 +6,7 @@
<script src="/gen/layout_test_data/mojo/public/js/mojo_bindings.js"></script>
<script src="/gen/mojo/public/mojom/base/string16.mojom.js"></script>
<script src="/gen/mojo/public/mojom/base/time.mojom.js"></script>
<script src="/gen/third_party/blink/public/platform/modules/idle/idle_manager.mojom.js"></script>
<script src="/gen/third_party/blink/public/mojom/idle/idle_manager.mojom.js"></script>
<script src="mock.js"></script>
<script>
'use strict';
Expand Down

0 comments on commit 72a81ee

Please sign in to comment.