Commit 6e2d5059 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

Remove use of VR resources from ArCoreJavaUtils

Bug: 934381
Change-Id: Ia87d3743eb0634d6a16c476a40bfb07acceb26d9
Reviewed-on: https://chromium-review.googlesource.com/c/1480720
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635516}
parent 80a809a3
......@@ -236,8 +236,8 @@ public class ArCoreJavaUtils implements ModuleInstallUi.FailureUiListener {
};
// TODO(ijamardo, https://crbug.com/838833): Add icon for AR info bar.
SimpleConfirmInfoBarBuilder.create(tab, listener, InfoBarIdentifier.AR_CORE_UPGRADE_ANDROID,
org.chromium.chrome.vr.pub.R.drawable.vr_services, infobarText, buttonText, null,
null, true);
R.drawable.ic_error_outline_googblue_24dp, infobarText, buttonText, null, null,
true);
}
@CalledByNative
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment