Chromium Code Reviews| Index: components/sync/protocol/printer_specifics.proto |
| diff --git a/components/sync/protocol/printer_specifics.proto b/components/sync/protocol/printer_specifics.proto |
| index a42a815df745f25fbd7898e1e3147096e36e088d..56638253ec6304af434c8ca70b2b0153c7cda6c8 100644 |
| --- a/components/sync/protocol/printer_specifics.proto |
| +++ b/components/sync/protocol/printer_specifics.proto |
| @@ -18,9 +18,11 @@ message PrinterPPDReference { |
| // Url for user provided file. Overrides other fields. |
| optional string user_supplied_ppd_url = 1; |
| - // Make and model to reference into PPD Server. |
| - optional string effective_manufacturer = 2; |
| - optional string effective_model = 3; |
| + // FIELD 2 RETIRED |
|
skau
2017/01/27 01:37:02
If it compiles (it was supposed to be fixed) can w
Carlson
2017/01/27 18:48:43
Done.
|
| + // FIELD 3 RETIRED |
| + |
| + // Key used to find a ppd for this printer from the ppd server. |
| + optional string ppd_server_key = 4; |
| } |
| message PrinterSpecifics { |