Use more standard enumerator names in tab enum Part1Jongmok KimLet's update this commit message to clarify that this CL updates the enum entries for `TabMutedReason`
And then in the proceeding line we can briefly describe why we are making this change. Ex:
Update Enumerator Names to Match the Chromium Style Guide Part 1
Updates the TabMutedReason enum entries in order to follow the Chromium Style Guide naming conventions kFoo instead of FOO.
Thank you for your kind review!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thank you for your kind review! 👍
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thank you for your kind review! 👍
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Use more standard enumerator names in TabMutedReason(tab enum Part1)
Enumerators (for both scoped and unscoped enums) should be named like constants, not like macros. That is, use kNone not NONE.
https://google.github.io/styleguide/cppguide.html#Enumerator_Names
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |