Commit 129582d3 authored by Chris Palmer's avatar Chris Palmer

Resolve old TODO.

BUG=394993
TBR=felt

Review URL: https://codereview.chromium.org/667023005

Cr-Commit-Position: refs/heads/master@{#300605}
parent cfd77e1a
......@@ -232,9 +232,7 @@ void LaunchDateAndTimeSettings() {
command.AppendArg(
"'com.android.settings/.Settings$DateTimeSettingsActivity'");
#elif defined(OS_IOS)
// Apparently, iOS really does not have a way to launch the date and time
// settings. Weird. TODO(palmer): Do something more graceful than ignoring
// the user's click! crbug.com/394993
// iOS does not have a way to launch the date and time settings.
return;
#elif defined(OS_LINUX)
struct ClockCommand {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment