| Index: chrome/browser/sync/glue/device_info.cc
|
| diff --git a/chrome/browser/sync/glue/device_info.cc b/chrome/browser/sync/glue/device_info.cc
|
| index b69216aeb8b3363b65be467b2249b9f206d03d74..dfba6b6a790398c39f0c41c01faa192be855a35a 100644
|
| --- a/chrome/browser/sync/glue/device_info.cc
|
| +++ b/chrome/browser/sync/glue/device_info.cc
|
| @@ -23,12 +23,6 @@ bool IsTabletUI() {
|
|
|
| } // namespace
|
|
|
| -DeviceInfo::DeviceInfo()
|
| - : client_name_("Unset"),
|
| - sync_user_agent_("Unset"),
|
| - device_type_(sync_pb::SyncEnums::TYPE_OTHER) {
|
| -}
|
| -
|
| DeviceInfo::DeviceInfo(const std::string& client_name,
|
| const std::string& chrome_version,
|
| const std::string& sync_user_agent,
|
|
|