Deprecation: Code simplification by building deprecation date at run-time.
MilestoneDate() returns a base::Time::Exploded object instead of a double value. MilestoneString() is significantly simplified by runtime string generation. It now returns WTF::String(), and some callsites need to add .Ascii().c_str() to pass it to String::Format(). This CL should have no user-visible behavior changes. Change-Id: I19b870cad686fbf2f61c084c9ea069dd7b8bebb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915639Reviewed-by:Yoichi Osato <yoichio@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#716455}
Showing
Please register or sign in to comment