summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_message.cpp
AgeCommit message (Collapse)Author
2016-11-16Move the message definitions to their own files.chromium/2923dsinclair
Currently the CFWL messages are created by a macro in the CFWL_Message header file. This Cl splits out the class to their own files and writes them directly instead of using the macro. Review-Url: https://codereview.chromium.org/2510823003