| 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.
|
|
|