Chromium Code Reviews| Index: sync/protocol/session_specifics.proto |
| diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto |
| index 1c3cc37ed4e24a410965fc9c29d8e0f3f3f01ba5..fa35c479fb51a77a84c71884462054939f8f3a90 100644 |
| --- a/sync/protocol/session_specifics.proto |
| +++ b/sync/protocol/session_specifics.proto |
| @@ -135,7 +135,7 @@ message TabNavigation { |
| // The status code from the last navigation. |
| optional int32 http_status_code = 20; |
| // Referrer policy. |
|
Nicolas Zea
2014/02/18 19:53:44
nit: mention where the policy enum is defined?
|
| - optional int32 referrer_policy = 21; |
| + optional int32 referrer_policy = 21 [default = 1]; |
| // True if created from restored navigation entry that hasn't been loaded. |
| optional bool is_restored = 22; |
| } |