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

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

Issue 415053002: Remove AutocompleteMatch::is_starred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 5 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_match.h
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
index cf71883490851d43de94ead4e88e9c236cc3f069..f5b8f14bfdcd43572a50cf6c54db30355ac112ba 100644
--- a/chrome/browser/autocomplete/autocomplete_match.h
+++ b/chrome/browser/autocomplete/autocomplete_match.h
@@ -355,9 +355,6 @@ struct AutocompleteMatch {
// it!
base::string16 keyword;
- // True if the user has starred the destination URL.
- bool starred;
-
// True if this match is from a previous result.
bool from_previous;

Powered by Google App Engine
This is Rietveld 408576698