Commit 8d26458a authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Remove or update TODO(estade)s

Bug: none
Change-Id: Ie7994e0006349c6c8f9a0eec223320a863f76ab0
Reviewed-on: https://chromium-review.googlesource.com/596526Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491256}
parent 35ddac44
...@@ -72,7 +72,7 @@ void SpellcheckServiceFactory::RegisterProfilePrefs( ...@@ -72,7 +72,7 @@ void SpellcheckServiceFactory::RegisterProfilePrefs(
user_prefs->RegisterListPref(spellcheck::prefs::kSpellCheckDictionaries, user_prefs->RegisterListPref(spellcheck::prefs::kSpellCheckDictionaries,
base::MakeUnique<base::ListValue>()); base::MakeUnique<base::ListValue>());
// Continue registering kSpellCheckDictionary for preference migration. // Continue registering kSpellCheckDictionary for preference migration.
// TODO(estade): IDS_SPELLCHECK_DICTIONARY should be an ASCII string. // TODO(estade): remove: crbug.com/751275
user_prefs->RegisterStringPref( user_prefs->RegisterStringPref(
spellcheck::prefs::kSpellCheckDictionary, spellcheck::prefs::kSpellCheckDictionary,
l10n_util::GetStringUTF8(IDS_SPELLCHECK_DICTIONARY)); l10n_util::GetStringUTF8(IDS_SPELLCHECK_DICTIONARY));
......
...@@ -158,8 +158,8 @@ int ToolbarActionsBarBubbleViews::GetDialogButtons() const { ...@@ -158,8 +158,8 @@ int ToolbarActionsBarBubbleViews::GetDialogButtons() const {
} }
int ToolbarActionsBarBubbleViews::GetDefaultDialogButton() const { int ToolbarActionsBarBubbleViews::GetDefaultDialogButton() const {
// TODO(estade): we should set a default where approprite. See // TODO(estade): we should set a default where appropriate. See
// http://crbug.com/621122 // http://crbug.com/751279
return ui::DIALOG_BUTTON_NONE; return ui::DIALOG_BUTTON_NONE;
} }
......
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