| 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;
|
|
|
|
|