Chromium Code Reviews
DescriptionMake the BlimpClientContextImplAndroid become a BlimpClientContextImpl
Currently the BlimpClientContextImplAndroid has-a
BlimpClientContextImpl, which makes it hard for it to provide
functionality backing a BlimpClientContext.
This CL changes the Android-version of the class to be a subclass of
the cross platform implementation.
To not make the cross platform version of the BlimpClientContext
subclass implement GetJavaObject() itself, it is now a static method
of the BlimpClientContext, and linked in as a dummy or actual version
depending on whether blimp is supported or not.
BUG=611097
Committed: https://crrev.com/acbaf0f9f124751d7f9144d9f2725f5667f55fcf
Cr-Commit-Position: refs/heads/master@{#409474}
Patch Set 1 #
Total comments: 2
Patch Set 2 : clean rebase #Patch Set 3 : Convert to static method and fix dummy parts. #Patch Set 4 : merge origin/master #Messages
Total messages: 21 (13 generated)
|