| Index: chrome/common/instant_types.h
|
| diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
|
| index 6b64b8a18b7551cdb21db1aee6116d243d5c8316..07f4eb457b5dce288f283f5e19f208fd2ae46a6b 100644
|
| --- a/chrome/common/instant_types.h
|
| +++ b/chrome/common/instant_types.h
|
| @@ -171,14 +171,4 @@ struct InstantMostVisitedItem {
|
| typedef std::pair<InstantRestrictedID, InstantMostVisitedItem>
|
| InstantMostVisitedItemIDPair;
|
|
|
| -// The style of dropdown results that can be set by the Instant page.
|
| -struct InstantAutocompleteResultStyle {
|
| - InstantAutocompleteResultStyle();
|
| - ~InstantAutocompleteResultStyle();
|
| -
|
| - // The displayed result has the URL and an optional title.
|
| - int url_color;
|
| - int title_color;
|
| -};
|
| -
|
| #endif // CHROME_COMMON_INSTANT_TYPES_H_
|
|
|