Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: sync/protocol/session_specifics.proto

Issue 1424493002: [Sync] Deprecate sync session page state field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/protocol/proto_value_conversions.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/session_specifics.proto
diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto
index 2a0d9031bef34828259cfcff65a5ca221a035747..47a204bef5bb6228c96ad53d8d05263ea8a8f9ad 100644
--- a/sync/protocol/session_specifics.proto
+++ b/sync/protocol/session_specifics.proto
@@ -99,7 +99,7 @@ message TabNavigation {
// Content state is an opaque blob created by WebKit that represents the
// state of the page. This includes form entries and scroll position for each
// frame.
- optional string state = 5;
+ // optional string state = 5; // obsolete.
maxbogue 2015/10/23 00:53:28 Is it customary to comment out deprecated fields l
// The core transition type.
optional SyncEnums.PageTransition page_transition = 6 [default = TYPED];
// If this transition was triggered by a redirect, the redirect type.
« no previous file with comments | « sync/protocol/proto_value_conversions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698