| Index: chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| index 2d5364dc6c7bf0a94280aa131e64b5a4b0419387..8580297ad1e84203a7330bec9f7a4f07fceb0254 100644
|
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| @@ -22,7 +22,7 @@ found in the LICENSE file.
|
| <div id="webvr-not-secure-permanent" class="webvr-message-box ui-element">
|
| <div class="webvr-box">
|
| <img class="webvr-not-secure-icon" width="36" height="36"
|
| - src="../../../../ui/webui/resources/images/i_circle.svg">
|
| + src="images/info.svg">
|
| <div class="webvr-string">$i18n{insecureWebVrContentPermanent}</div>
|
| </div>
|
| </div>
|
| @@ -34,12 +34,9 @@ found in the LICENSE file.
|
| <div id="omni-container" class="ui-element">
|
| <div id="omni" class="idle">
|
| <div id="omni-content">
|
| - <img id="omni-insecure-icon" class="connection-security"
|
| - src="../../../../ui/webui/resources/images/i_circle.svg">
|
| - <img id="omni-secure-icon" class="connection-security"
|
| - src="../../../../ui/webui/resources/images/lock.svg">
|
| + <img id="omni-icon">
|
| <div id="url">
|
| - <span id="domain"></span><span id="path"></span>
|
| + <span id="domain"></span><span id="path"></span>
|
| </div>
|
| </div>
|
| </div>
|
|
|