Descriptionmojo: Move initialization of the embedder in java.
The embedder was initialized in the constructor of CoreImpl. This is not
correct, because when it will be used in Chromium, the embedder is
initialized by the native code.
This remove the initialization from CoreImpl. Instead, for tests,
initialize it when loading the native library.
R=ppi@chromium.org
Committed: https://crrev.com/009487f75b3905bf759c8b4430fed474f3d5b04e
Cr-Commit-Position: refs/heads/master@{#293475}
Patch Set 1 #
Messages
Total messages: 13 (5 generated)
|