Use enum instead of string command name in EditorCommand::CommandMap |
||
Issue descriptionCurrently EditorCommand::CommandMap is using string to map command, which is error prone(see issue 251275). Instead we should replace them with an enum (probably in ../public/web), and have a map between enum and command name.
,
Apr 12 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 12 2016