Index: sync/protocol/session_specifics.proto |
diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto |
index 2438ef66d363d4ccfab060f94529235ef1b674eb..b863925a13ab3f3d75a275aa1a64308a68829315 100644 |
--- a/sync/protocol/session_specifics.proto |
+++ b/sync/protocol/session_specifics.proto |
@@ -124,5 +124,6 @@ message TabNavigation { |
optional bool navigation_chain_start = 13; |
// The last transition in a redirect chain. |
optional bool navigation_chain_end = 14; |
+ // The status code from the last navigation. |
Nicolas Zea
2012/10/04 18:41:31
Is it the response code of the last successful nav
|
+ optional int32 http_status_code = 15; |
} |
- |