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

Unified Diff: chrome/browser/autocomplete/autocomplete.h

Issue 10537154: A working implementation of AQS (Assisted Query Stats). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed SupportsAssistedQueryStats. Created 8 years, 6 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/autocomplete/autocomplete.h
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h
index d928e0a3875aa8f4fdbdbcae7db8ab9757225351..38c31bfc1e82b0ebb3b8d00fde889b6f92ecd0ff 100644
--- a/chrome/browser/autocomplete/autocomplete.h
+++ b/chrome/browser/autocomplete/autocomplete.h
@@ -747,6 +747,11 @@ class AutocompleteController : public ACProviderListener {
// provider name as a description on the first match in the group.
void UpdateKeywordDescriptions(AutocompleteResult* result);
+ // For each AutocompleteMatch returned by SearchProvider, updates the
+ // destination_url iff the provider's TemplateURL supports assisted query
+ // stats.
+ void UpdateAssistedQueryStats(AutocompleteResult* result);
+
// Calls AutocompleteControllerDelegate::OnResultChanged() and if done sends
// AUTOCOMPLETE_CONTROLLER_RESULT_READY.
void NotifyChanged(bool notify_default_match);
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete.cc » ('j') | chrome/browser/autocomplete/autocomplete.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698