Commit 54a68d68 authored by petewil@chromium.org's avatar petewil@chromium.org

Use the proper name for the app info protobuf to mach the sync server

BUG=339094

Review URL: https://codereview.chromium.org/149723003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247831 0039d316-1c4b-4281-b951-d872f2087c98
parent 0eae3511
...@@ -781,7 +781,7 @@ std::string ModelTypeToRootTag(ModelType type) { ...@@ -781,7 +781,7 @@ std::string ModelTypeToRootTag(ModelType type) {
case SYNCED_NOTIFICATIONS: case SYNCED_NOTIFICATIONS:
return "google_chrome_synced_notifications"; return "google_chrome_synced_notifications";
case SYNCED_NOTIFICATION_APP_INFO: case SYNCED_NOTIFICATION_APP_INFO:
return "google_chrome_synced_notification_app_info"; return "google_chrome_app_info";
case DEVICE_INFO: case DEVICE_INFO:
return "google_chrome_device_info"; return "google_chrome_device_info";
case EXPERIMENTS: case EXPERIMENTS:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment