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

Unified Diff: components/autocomplete/search_suggestion_parser.cc

Issue 471673002: Omnibox: Prevent Asynchronous Suggestions from Changing Default Match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add clarifying comment Created 6 years, 4 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: components/autocomplete/search_suggestion_parser.cc
diff --git a/components/autocomplete/search_suggestion_parser.cc b/components/autocomplete/search_suggestion_parser.cc
index 2f72b28e6d8b88298c01f72577b83fbcdbd9aeca..ed89bd0a2cf5dc3113dbfc589f8cfa21222a8c64 100644
--- a/components/autocomplete/search_suggestion_parser.cc
+++ b/components/autocomplete/search_suggestion_parser.cc
@@ -49,6 +49,7 @@ SearchSuggestionParser::Result::Result(bool from_keyword_provider,
type_(type),
relevance_(relevance),
relevance_from_server_(relevance_from_server),
+ never_allowed_to_be_default_match_(false),
deletion_url_(deletion_url) {}
SearchSuggestionParser::Result::~Result() {}

Powered by Google App Engine
This is Rietveld 408576698