| Index: sync/protocol/session_specifics.proto
|
| diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto
|
| index 4bb8b3e11a6555824fa644bd0326290a542d8cc9..3de3e1478ab6aa6ba1ee096c89121bcd9b82f827 100644
|
| --- a/sync/protocol/session_specifics.proto
|
| +++ b/sync/protocol/session_specifics.proto
|
| @@ -134,4 +134,6 @@ message TabNavigation {
|
| repeated string content_pack_categories = 19;
|
| // The status code from the last navigation.
|
| optional int32 http_status_code = 20;
|
| + // Referrer policy.
|
| + optional int32 referrer_policy = 21;
|
| }
|
|
|