• dschuyler's avatar
    [Template Expressions] changing ${ leader to $i18n{ · 5aa7fd5f
    dschuyler authored
    This CL changes the Template Expressions from using
    a ${ to identify the start of an expression, to using
    $i18n{.  The intention is to reduce (eliminate) false
    positives when searching for expressions that need
    replacement.  This CL also prepares for the replacement
    work to be done in a background thread and used on a
    broader set of files.
    
    BUG=506009
    
    Review URL: https://codereview.chromium.org/1585923011
    
    Cr-Commit-Position: refs/heads/master@{#371537}
    5aa7fd5f
template_expressions.cc 1.65 KB