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

Unified Diff: chrome/browser/autocomplete/autocomplete_controller.cc

Issue 1139773004: [Omnibox] Clean up comment, don't ref closed bugs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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/autocomplete/autocomplete_controller.cc
diff --git a/chrome/browser/autocomplete/autocomplete_controller.cc b/chrome/browser/autocomplete/autocomplete_controller.cc
index 82549005f91c24fc0c63fc89c8f5681599f98517..552a429aea393576aba4dca3c05ba65454aa135d 100644
--- a/chrome/browser/autocomplete/autocomplete_controller.cc
+++ b/chrome/browser/autocomplete/autocomplete_controller.cc
@@ -258,8 +258,7 @@ void AutocompleteController::Start(const AutocompleteInput& input) {
in_start_ = true;
base::TimeTicks start_time = base::TimeTicks::Now();
for (Providers::iterator i(providers_.begin()); i != providers_.end(); ++i) {
- // TODO(mpearson): Remove timing code once bugs 178705 / 237703 / 168933
- // are resolved.
+ // TODO(mpearson): Remove timing code once bug 178705 is resolved.
base::TimeTicks provider_start_time = base::TimeTicks::Now();
(*i)->Start(input_, minimal_changes, false);
if (!input.want_asynchronous_matches())
« 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