| Index: chrome/browser/autocomplete/autocomplete_match.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
|
| index 4ef6799e744788d797f5194259ae9b9a76f790d3..0f1bed50f88ded52bc4489f9c5c6bd69fe35e88f 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_match.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_match.h
|
| @@ -351,9 +351,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;
|
|
|
|
|