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

Unified Diff: components/sync/protocol/session_specifics.proto

Issue 2499023004: [Sync] Introduce SyncedSessionWindow type. (Closed)
Patch Set: Fix compile Created 3 years, 9 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
Index: components/sync/protocol/session_specifics.proto
diff --git a/components/sync/protocol/session_specifics.proto b/components/sync/protocol/session_specifics.proto
index 0c8095d2233ef791c9627d4a028e3d5c3e8a4b8a..baf62e9678ac570d54c398492b485a52896d5780 100644
--- a/components/sync/protocol/session_specifics.proto
+++ b/components/sync/protocol/session_specifics.proto
@@ -70,7 +70,7 @@ message SessionTab {
// Tabs are navigated, and the navigation data is here.
repeated TabNavigation navigation = 7;
- // Fields 8 through 11 are deprecated.
+ // Fields 8 through 12 are deprecated.
// The favicon for the current url the tab is displaying. Either empty
// or a valid PNG encoded favicon.
optional bytes favicon = 8;

Powered by Google App Engine
This is Rietveld 408576698