Index: chrome/browser/sync/protocol/Debug/pyproto/sync_pb/encryption_pb2.py |
diff --git a/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/encryption_pb2.py b/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/encryption_pb2.py |
new file mode 100755 |
index 0000000000000000000000000000000000000000..25bacf351fe26f9749aade71e48dd418826cfe3d |
--- /dev/null |
+++ b/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/encryption_pb2.py |
@@ -0,0 +1,60 @@ |
+# Generated by the protocol buffer compiler. DO NOT EDIT! |
+ |
+from google.protobuf import descriptor |
+from google.protobuf import message |
+from google.protobuf import reflection |
+from google.protobuf import descriptor_pb2 |
+# @@protoc_insertion_point(imports) |
+ |
+ |
+DESCRIPTOR = descriptor.FileDescriptor( |
+ name='encryption.proto', |
+ package='sync_pb', |
+ serialized_pb='\n\x10\x65ncryption.proto\x12\x07sync_pb\"/\n\rEncryptedData\x12\x10\n\x08key_name\x18\x01 \x01(\t\x12\x0c\n\x04\x62lob\x18\x02 \x01(\tB\x04H\x03X\x01') |
+ |
+ |
+ |
+ |
+_ENCRYPTEDDATA = descriptor.Descriptor( |
+ name='EncryptedData', |
+ full_name='sync_pb.EncryptedData', |
+ filename=None, |
+ file=DESCRIPTOR, |
+ containing_type=None, |
+ fields=[ |
+ descriptor.FieldDescriptor( |
+ name='key_name', full_name='sync_pb.EncryptedData.key_name', index=0, |
+ number=1, type=9, cpp_type=9, label=1, |
+ has_default_value=False, default_value=unicode("", "utf-8"), |
+ message_type=None, enum_type=None, containing_type=None, |
+ is_extension=False, extension_scope=None, |
+ options=None), |
+ descriptor.FieldDescriptor( |
+ name='blob', full_name='sync_pb.EncryptedData.blob', index=1, |
+ number=2, type=9, cpp_type=9, label=1, |
+ has_default_value=False, default_value=unicode("", "utf-8"), |
+ message_type=None, enum_type=None, containing_type=None, |
+ is_extension=False, extension_scope=None, |
+ options=None), |
+ ], |
+ extensions=[ |
+ ], |
+ nested_types=[], |
+ enum_types=[ |
+ ], |
+ options=None, |
+ is_extendable=False, |
+ extension_ranges=[], |
+ serialized_start=29, |
+ serialized_end=76, |
+) |
+ |
+ |
+ |
+class EncryptedData(message.Message): |
+ __metaclass__ = reflection.GeneratedProtocolMessageType |
+ DESCRIPTOR = _ENCRYPTEDDATA |
+ |
+ # @@protoc_insertion_point(class_scope:sync_pb.EncryptedData) |
+ |
+# @@protoc_insertion_point(module_scope) |