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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « components/sync/protocol/search_engine_specifics.proto ('k') | components/sync/protocol/sync.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/session_specifics.proto
diff --git a/sync/protocol/session_specifics.proto b/components/sync/protocol/session_specifics.proto
similarity index 98%
rename from sync/protocol/session_specifics.proto
rename to components/sync/protocol/session_specifics.proto
index 47a204bef5bb6228c96ad53d8d05263ea8a8f9ad..ae200e980102786f81d53619a3003b55bb9a3e7f 100644
--- a/sync/protocol/session_specifics.proto
+++ b/components/sync/protocol/session_specifics.proto
@@ -75,9 +75,7 @@ message SessionTab {
// or a valid PNG encoded favicon.
optional bytes favicon = 8;
// The type of favicon. For now only normal web favicons are supported.
- enum FaviconType {
- TYPE_WEB_FAVICON = 1;
- }
+ enum FaviconType { TYPE_WEB_FAVICON = 1; }
optional FaviconType favicon_type = 9;
// The url of the actual favicon (as opposed to the page using the favicon).
optional string favicon_source = 11;
@@ -131,7 +129,7 @@ message TabNavigation {
STATE_BLOCKED = 2;
}
// Whether access to the URL was allowed or blocked.
- optional BlockedState blocked_state = 18 [default=STATE_ALLOWED];
+ 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.
« no previous file with comments | « components/sync/protocol/search_engine_specifics.proto ('k') | components/sync/protocol/sync.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698