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

Unified Diff: sync/protocol/proto_enum_conversions.h

Issue 12089103: [Sync] Add favicon datatype proto support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Created 7 years, 10 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: sync/protocol/proto_enum_conversions.h
diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
index a0278589b0bd76208dfdcada9f85e724a45994a1..125add937a7eaa55613cb878b2bf05f629a64b9b 100644
--- a/sync/protocol/proto_enum_conversions.h
+++ b/sync/protocol/proto_enum_conversions.h
@@ -9,6 +9,7 @@
#include "sync/base/sync_export.h"
#include "sync/protocol/client_debug_info.pb.h"
+#include "sync/protocol/favicon_specifics.pb.h"
#include "sync/protocol/session_specifics.pb.h"
#include "sync/protocol/sync.pb.h"
@@ -48,6 +49,9 @@ const char* GetDeviceTypeString(
const char* GetFaviconTypeString(
sync_pb::SessionTab::FaviconType favicon_type);
+const char* GetIconTypeString(
+ sync_pb::FaviconData::IconType icon_type);
+
const char* PassphraseTypeString(
sync_pb::NigoriSpecifics::PassphraseType type);

Powered by Google App Engine
This is Rietveld 408576698