Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5603)

Unified Diff: chrome/browser/ssl/ssl_blocking_page.cc

Issue 667023005: Resolve old TODO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_blocking_page.cc
diff --git a/chrome/browser/ssl/ssl_blocking_page.cc b/chrome/browser/ssl/ssl_blocking_page.cc
index 56f91a7504ec36f79bca2ab9fe370579c539b62d..19f27d563c1b39e6858d91c9805f8215bf3a56a7 100644
--- a/chrome/browser/ssl/ssl_blocking_page.cc
+++ b/chrome/browser/ssl/ssl_blocking_page.cc
@@ -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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698