| Index: sync/protocol/proto_value_conversions.cc
|
| diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
|
| index a7ccdf23978a5f3d108c3aaa0ce88737f3e900aa..30cf7cfc0a1319d8f1d1831fc478b04e12a21613 100644
|
| --- a/sync/protocol/proto_value_conversions.cc
|
| +++ b/sync/protocol/proto_value_conversions.cc
|
| @@ -388,6 +388,7 @@ base::DictionaryValue* AppSpecificsToValue(
|
| SET(notification_settings, AppSettingsToValue);
|
| SET_STR(app_launch_ordinal);
|
| SET_STR(page_ordinal);
|
| + SET_ENUM(launch_type, GetLaunchTypeString);
|
|
|
| return value;
|
| }
|
|
|