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

Unified Diff: chrome/browser/sync/protocol/proto_enum_conversions.h

Issue 9663023: Log the sync communication that happens between client and server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 8 years, 9 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: chrome/browser/sync/protocol/proto_enum_conversions.h
diff --git a/chrome/browser/sync/protocol/proto_enum_conversions.h b/chrome/browser/sync/protocol/proto_enum_conversions.h
index 7722f92a327ba35ee56ef4aa58bb56c2a601ecbe..6bdb660307886f256d8cf224e16929e4e17b1aeb 100644
--- a/chrome/browser/sync/protocol/proto_enum_conversions.h
+++ b/chrome/browser/sync/protocol/proto_enum_conversions.h
@@ -32,6 +32,14 @@ const char* GetPageTransitionQualifierString(
const char* GetUpdatesSourceString(
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
+const char* ResponseTypeString(
akalin 2012/03/13 00:20:43 Like the other functions in this file, prefix with
lipalani1 2012/03/13 21:32:40 Done.
+ sync_pb::CommitResponse::ResponseType response_type);
+
+const char* ErrorTypeString(sync_pb::SyncEnums::ErrorType error_type);
+
+const char* ActionString(
+ sync_pb::ClientToServerResponse::Error::Action action);
+
const char* GetDeviceTypeString(
sync_pb::SessionHeader::DeviceType device_type);

Powered by Google App Engine
This is Rietveld 408576698