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

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_editor.mm

Issue 2127009: Cleanup a bunch of TODO(shess). (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 7 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
Index: chrome/browser/cocoa/autocomplete_text_field_editor.mm
diff --git a/chrome/browser/cocoa/autocomplete_text_field_editor.mm b/chrome/browser/cocoa/autocomplete_text_field_editor.mm
index 6b184bf8e9038292f5bcfbc155039df8ecea9182..4aa94ff79f03cb6d883ad7755fba471955bfc0ac 100644
--- a/chrome/browser/cocoa/autocomplete_text_field_editor.mm
+++ b/chrome/browser/cocoa/autocomplete_text_field_editor.mm
@@ -262,7 +262,6 @@ class Extension;
}
DCHECK_EQ(range.length, 0U);
- // TODO(shess): Beep on empty? I hate beeps, though.
// NOTE: If |aString| is empty, this intentionally replaces the
// selection with empty. This seems consistent with the case where
// the input contained a mixture of characters and the string ended

Powered by Google App Engine
This is Rietveld 408576698