Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: components/sync/engine/events/configure_get_updates_request_event.cc

Issue 2433563002: [Sync] Reimplement proto value conversions on top of field visitors. (Closed)
Patch Set: Remove temporary tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/engine/events/configure_get_updates_request_event.cc
diff --git a/components/sync/engine/events/configure_get_updates_request_event.cc b/components/sync/engine/events/configure_get_updates_request_event.cc
index 5ff5c83b5ee375aeae2cc3102a7b7c3fa66c19d7..a709c0235488dbe9087819001b0f13df494d58f1 100644
--- a/components/sync/engine/events/configure_get_updates_request_event.cc
+++ b/components/sync/engine/events/configure_get_updates_request_event.cc
@@ -27,7 +27,7 @@ std::string ConfigureGetUpdatesRequestEvent::GetType() const {
}
std::string ConfigureGetUpdatesRequestEvent::GetDetails() const {
- return base::StringPrintf("Reason: %s", GetUpdatesOriginString(origin_));
+ return base::StringPrintf("Reason: %s", ProtoEnumToString(origin_));
}
std::unique_ptr<base::DictionaryValue>
« no previous file with comments | « components/sync/engine/cycle/sync_cycle_snapshot.cc ('k') | components/sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698