commit | 304ec7f27e0a23583a04cb9d0888e328df253ac5 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <[email protected]> | Fri Jan 12 21:41:47 2018 |
committer | Commit Bot <[email protected]> | Fri Jan 12 21:41:47 2018 |
tree | a44500316724454c0c936c6fd638e89e97a9dec4 | |
parent | 02bfcdc0ff540f1e3c47960e829145dc0f68fdf0 [diff] [blame] |
Enable V1app backbutton by default Added about flag in case for troubleshooting. BUG=749713 TEST=manual Change-Id: I2f74535282bb8dccca38a4d8ad6f10af88140c62 Reviewed-on: https://chromium-review.googlesource.com/860522 Commit-Queue: Mitsuru Oshima <[email protected]> Reviewed-by: Michael Wasserman <[email protected]> Cr-Commit-Position: refs/heads/master@{#529074}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 6c0d051..36cab2bf 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2457,6 +2457,11 @@ const char kArcVpnDescription[] = "Allow Android VPN clients to tunnel Chrome traffic."; +const char kAshDisableV1AppBackButtonName[] = + "Disable BackButton on V1 app window"; +const char kAshDisableV1AppBackButtonDescription[] = + "Enable this flag to disable back button on V1 app window."; + const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; const char kAshEnableUnifiedDesktopDescription[] = "Enable unified desktop mode which allows a window to span multiple "