New issue
Advanced search Search tips

Issue 734585 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Changes to chrome://flags do not prompt for restart on iOS

Project Member Reported by elawrence@chromium.org, Jun 19 2017

Issue description

Chrome 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. 

 

Comment 1 by edchin@chromium.org, Jun 19 2017

Components: -UI>Settings
Owner: eugene...@chromium.org
Status: Assigned (was: Untriaged)
This is not UI->Settings. It's Chrome native URLs. Should we add a component for this?
Cc: edchin@chromium.org
Components: UI>Browser>WebUI
Owner: michaeldo@chromium.org
Most of chrome:// urls are WebUI
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.
Status: WontFix (was: Assigned)
A prompt now exists.
Status: Verified (was: WontFix)
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