[Extensions] Precede api enums with an '_' if the first character is a digit
If the first character of an extension api enum is a digit (we know that the enums can only be composed of a-zA-Z0-9_ now), then precede it with a digit so that people can do chrome.fooApi._345_CRAZY_ENUM. BUG=463184 Review URL: https://codereview.chromium.org/1107223002 Cr-Commit-Position: refs/heads/master@{#327198}
Showing
Please register or sign in to comment