| Commit-Queue | +1 |
Hi, removed the defines here as well, this also involved some amount of refactoring and it was tough to remove only some of the defines for each CL and hence had to resort to removing all of them at once. Let me know if there is a better way to do this than this big struct. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CreateParams* GetCreationParams() { return &creation_params_; }@the...@chromium.org, what do you think about individual functions to see if each flag exists, would make this CL far larger, but would allow us to put this back in private.
3 Options here:
A. Update this CL to do that
B. Follow up CL
C. Leave it
WDYT?
Would say B IMO, don't want to make this any larger.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CreateParams* GetCreationParams() { return &creation_params_; }@the...@chromium.org, what do you think about individual functions to see if each flag exists, would make this CL far larger, but would allow us to put this back in private.
3 Options here:
A. Update this CL to do that
B. Follow up CL
C. Leave itWDYT?
Would say B IMO, don't want to make this any larger.
Marked as resolved, its for a future CL anyway
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
bool win_no_refresh_clip = false;Probably fxcrt::mask this as well. WIP for now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |