Searched refs:type_status (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc2041 scoped_ptr<base::DictionaryValue> type_status; local
2045 type_status.reset(new base::DictionaryValue());
2046 type_status->SetString("name", ModelTypeToString(type));
2055 type_status->SetString("status", "error");
2056 type_status->SetString("value", error_text);
2060 type_status->SetString("status", "disabled");
2061 type_status->SetString("value", error.message());
2070 type_status->SetString("status", "ok");
2071 type_status->SetString("value", "Passive");
2073 type_status
[all...]

Completed in 207 milliseconds