• peria's avatar
    Refactoring of binding code around runtime enabled features · 9aa18b4e
    peria authored
    It didn't make sense to use 'runtime_enabled_function_name'
    to group runtime enabled features.
    Plus, 'runtime_feature_name' was also used in few places. It
    was so confusing.
    
    So this CL unify them to use feature names to group contexts
    and remove runtime_enabled_function_name() function.
    This CL does not change generated code.
    
    BUG=None
    
    Review-Url: https://codereview.chromium.org/2578943002
    Cr-Commit-Position: refs/heads/master@{#439088}
    9aa18b4e
constants.cpp.tmpl 3.03 KB