Commit af774c3c authored by Michael van Ouwerkerk's avatar Michael van Ouwerkerk Committed by Commit Bot

Bump Chrome dynamic module version to 5.

This reflects the implementation of setTopBarView.

Bug: 882404
Change-Id: I0c4b39e3db96dd626f2207b87fa0c4a1dd4ecfa2
Reviewed-on: https://chromium-review.googlesource.com/c/1267501Reviewed-by: default avatarMichael van Ouwerkerk <mvanouwerkerk@chromium.org>
Reviewed-by: default avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597537}
parent 9e24ab78
...@@ -10,7 +10,7 @@ import android.content.Context; ...@@ -10,7 +10,7 @@ import android.content.Context;
* The implementation of {@link IModuleHost}. * The implementation of {@link IModuleHost}.
*/ */
public class ModuleHostImpl extends BaseModuleHost { public class ModuleHostImpl extends BaseModuleHost {
private static final int VERSION = 4; private static final int VERSION = 5;
private static final int MINIMUM_MODULE_VERSION = 1; private static final int MINIMUM_MODULE_VERSION = 1;
private final Context mApplicationContext; private final Context mApplicationContext;
......
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