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

Unified Diff: trunk/src/sync/protocol/proto_enum_conversions_unittest.cc

Issue 135923002: Revert 244381 "Support GU retry command in sync engine. The comm..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « trunk/src/sync/protocol/proto_enum_conversions.cc ('k') | trunk/src/sync/protocol/sync.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sync/protocol/proto_enum_conversions_unittest.cc
===================================================================
--- trunk/src/sync/protocol/proto_enum_conversions_unittest.cc (revision 244437)
+++ trunk/src/sync/protocol/proto_enum_conversions_unittest.cc (working copy)
@@ -60,7 +60,7 @@
sync_pb::GetUpdatesCallerInfo::PERIODIC);
TestEnumStringFunction(
GetUpdatesSourceString,
- sync_pb::GetUpdatesCallerInfo::RETRY,
+ sync_pb::GetUpdatesCallerInfo::NEWLY_SUPPORTED_DATATYPE,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MAX);
}
« no previous file with comments | « trunk/src/sync/protocol/proto_enum_conversions.cc ('k') | trunk/src/sync/protocol/sync.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698