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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 11773048: Seems hbono left the project - updating spellcheck OWNERs/TODOs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | chrome/browser/spellchecker/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index c31883c92ef317e379fa0646e4396078854a0612..53ab0edc37701149741d998b77d95acc98dee5e6 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1599,7 +1599,7 @@ void ChromeContentBrowserClient::OverrideWebkitPrefs(
web_prefs->asynchronous_spell_checking_enabled =
#if defined(OS_MACOSX)
- // TODO(hbono): Bug 107371: Implement asynchronous spellchecking API for
+ // TODO(groby): Bug 107371: Implement asynchronous spellchecking API for
// Mac so it uses NSSpellChecker in the background.
false;
#else
« no previous file with comments | « no previous file | chrome/browser/spellchecker/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698