Remove ash::switches::kAshEnableV1AppBackButton
browser_non_client_frame_view_ash.cc includes ash/public/cpp/ash_switches.h to make use of the `kAshEnableV1AppBackButton` runtime switch. However, as for the bug linked to its declaration, the support is flagged for removal (https://crbug.com/749713 - WONTFIX'ed). This CL removes it, and the code associated with it, including if-blocks it was being checked and unittests. This is phase 2.3 in the design document [1]. [1] https://docs.google.com/document/d/1xHwcHrAiEaWuA4usGEqKZ9zm1H8SGk3WkS-Jf2Q_los The idea is to move browser_non_client_frame_view_ash.cc|h away from using "ash" symbols. Ultimately, this file will be used by lacros/chrome builds. BUG=749713, 1113900 Change-Id: Iab1a7766f0142e66abda34a265d1308b341b2328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424637Reviewed-by:James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#810219}
Showing
Please register or sign in to comment