Changes to chrome://flags do not prompt for restart on iOS |
||||
Issue descriptionChrome Version: 61.0.3134.0 OS: iOS 10.3.2 What steps will reproduce the problem? (1) Visit chrome://flags (2) Change a setting (e.g. mark-non-secure-as) Expect: Prompt to restart like all other Chrome platforms Result: No prompt.
,
Jun 20 2017
Most of chrome:// urls are WebUI
,
Jun 20 2017
In the Desktop/Android version, there's a IsRestartNeededToCommitChanges() method. https://cs.chromium.org/chromium/src/chrome/browser/about_flags.cc?type=cs&l=3275 I didn't see any equivalent code for iOS.
,
Mar 30 2018
A prompt now exists.
,
Mar 30 2018
Thanks, this was indeed fixed at some point before Chrome 66. The prompt doesn't actually allow the user to restart directly, but that's probably a limitation in the iOS platform. |
||||
►
Sign in to add a comment |
||||
Comment 1 by edchin@chromium.org
, Jun 19 2017Owner: eugene...@chromium.org
Status: Assigned (was: Untriaged)