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

Side by Side Diff: sync/syncable/syncable_enum_conversions.h

Issue 211523002: Add AttachmentMetadata to Sync's EntryKernel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_ 5 #ifndef SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
6 #define SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_ 6 #define SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
7 7
8 // Keep this file in sync with entry_kernel.h. 8 // Keep this file in sync with entry_kernel.h.
9 9
10 #include "sync/base/sync_export.h" 10 #include "sync/base/sync_export.h"
(...skipping 26 matching lines...) Expand all
37 37
38 SYNC_EXPORT_PRIVATE const char* GetBitFieldString(BitField bit_field); 38 SYNC_EXPORT_PRIVATE const char* GetBitFieldString(BitField bit_field);
39 39
40 SYNC_EXPORT_PRIVATE const char* GetStringFieldString(StringField string_field); 40 SYNC_EXPORT_PRIVATE const char* GetStringFieldString(StringField string_field);
41 41
42 SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field); 42 SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field);
43 43
44 SYNC_EXPORT_PRIVATE const char* GetUniquePositionFieldString( 44 SYNC_EXPORT_PRIVATE const char* GetUniquePositionFieldString(
45 UniquePositionField position_field); 45 UniquePositionField position_field);
46 46
47 SYNC_EXPORT_PRIVATE const char* GetAttachmentMetadataFieldString(
48 AttachmentMetadataField attachment_metadata_field);
49
47 SYNC_EXPORT_PRIVATE const char* GetBitTempString(BitTemp bit_temp); 50 SYNC_EXPORT_PRIVATE const char* GetBitTempString(BitTemp bit_temp);
48 51
49 } // namespace syncable 52 } // namespace syncable
50 } // namespace syncer 53 } // namespace syncer
51 54
52 #endif // SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_ 55 #endif // SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698