bindigns: Make InstallRuntimeEnabledFeatures as API
Before this CL, we used V8Foo::InstallRuntimeEnabledFeatures() if we don't have V8FooPartial, and we used V8Foo::install_runtime_enabled_features_function() if we have. It was confusing and difficult to call the correct one. This CL does - rename InstallRuntimeEnabledFeatures() as InstallRuntimeEnabledFeaturesImpl() - create a new API 'InstallRuntimeEnabledFeautres()', which has same name as before then callsites do not need to care whether the target interface has partial interface or not. Bug: 806167 Change-Id: I6f277f2bb254df7cbe0fb193dd2f91c7ac1b1778 Reviewed-on: https://chromium-review.googlesource.com/888380Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#532080}
Showing
Please register or sign in to comment