Index: sync/protocol/session_specifics.proto |
diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto |
index f7b7d113ff825d712b3917875e6b0ce28ee62d0b..4bb8b3e11a6555824fa644bd0326290a542d8cc9 100644 |
--- a/sync/protocol/session_specifics.proto |
+++ b/sync/protocol/session_specifics.proto |
@@ -132,4 +132,6 @@ message TabNavigation { |
optional BlockedState blocked_state = 18 [default=STATE_ALLOWED]; |
// A list of category identifiers for the URL. |
repeated string content_pack_categories = 19; |
+ // The status code from the last navigation. |
+ optional int32 http_status_code = 20; |
} |