Commit 67caa6a4 authored by Anna Malova's avatar Anna Malova Committed by Commit Bot

Remove unused getModuleLoader method.

Bug: 924118
Change-Id: Ib57cc3eda841c0b24352d972b9341ae4b03a5998
Reviewed-on: https://chromium-review.googlesource.com/c/1432845Reviewed-by: default avatarMichael van Ouwerkerk <mvanouwerkerk@chromium.org>
Commit-Queue: Anna Malova <amalova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625657}
parent 5a9aba0a
......@@ -1447,10 +1447,6 @@ public class CustomTabsConnection {
CustomTabsSessionToken session, String url, String origin, int referrerPolicy,
@DetachedResourceRequestMotivation int motivation);
public ModuleLoader getModuleLoader(ComponentName componentName) {
return getModuleLoader(componentName, 0);
}
public ModuleLoader getModuleLoader(ComponentName componentName, int resourceId) {
if (!ChromeFeatureList.isEnabled(ChromeFeatureList.CCT_MODULE_DEX_LOADING)) {
resourceId = 0;
......
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