| Index: components/suggestions/proto/suggestions.proto
|
| diff --git a/components/suggestions/proto/suggestions.proto b/components/suggestions/proto/suggestions.proto
|
| index 12621e4b7eb7f6ba883a2421ed29a316395db4e2..27f5d141c33145bbaf1c9e3310555a7a1f97c8c6 100644
|
| --- a/components/suggestions/proto/suggestions.proto
|
| +++ b/components/suggestions/proto/suggestions.proto
|
| @@ -52,10 +52,6 @@ message ChromeSuggestion {
|
|
|
| // The timestamp (usec) at which this suggestion ceases to be valid.
|
| optional int64 expiry_ts = 7;
|
| -
|
| - // URL that should be pinged back when the suggestion is shown/clicked.
|
| - optional string impression_url = 13;
|
| - optional string click_url = 14;
|
| }
|
|
|
| // A list of URLs that should be filtered from the SuggestionsProfile.
|
|
|