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

Unified Diff: chrome/browser/sync/protocol/Debug/pyproto/sync_pb/app_specifics_pb2.py

Issue 4124013: autofill code review. Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/Debug/pyproto/sync_pb/app_specifics_pb2.py
diff --git a/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/app_specifics_pb2.py b/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/app_specifics_pb2.py
new file mode 100755
index 0000000000000000000000000000000000000000..9c03a2576413a3382f601c11821ef1721efdba4c
--- /dev/null
+++ b/chrome/browser/sync/protocol/Debug/pyproto/sync_pb/app_specifics_pb2.py
@@ -0,0 +1,66 @@
+# 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='app_specifics.proto',
+ package='sync_pb',
+ serialized_pb='\n\x13\x61pp_specifics.proto\x12\x07sync_pb\x1a\nsync.proto\x1a\x19\x65xtension_specifics.proto\">\n\x0c\x41ppSpecifics\x12.\n\textension\x18\x01 \x01(\x0b\x32\x1b.sync_pb.ExtensionSpecifics:>\n\x03\x61pp\x12\x18.sync_pb.EntitySpecifics\x18\xec\xf9\x02 \x01(\x0b\x32\x15.sync_pb.AppSpecificsB\x04H\x03X\x01')
+
+
+APP_FIELD_NUMBER = 48364
+app = descriptor.FieldDescriptor(
+ name='app', full_name='sync_pb.app', index=0,
+ number=48364, type=11, cpp_type=10, label=1,
+ has_default_value=False, default_value=None,
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=True, extension_scope=None,
+ options=None)
+
+
+_APPSPECIFICS = descriptor.Descriptor(
+ name='AppSpecifics',
+ full_name='sync_pb.AppSpecifics',
+ filename=None,
+ file=DESCRIPTOR,
+ containing_type=None,
+ fields=[
+ descriptor.FieldDescriptor(
+ name='extension', full_name='sync_pb.AppSpecifics.extension', index=0,
+ number=1, type=11, cpp_type=10, label=1,
+ has_default_value=False, default_value=None,
+ 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=71,
+ serialized_end=133,
+)
+
+import sync_pb2
+import extension_specifics_pb2
+
+_APPSPECIFICS.fields_by_name['extension'].message_type = extension_specifics_pb2._EXTENSIONSPECIFICS
+
+class AppSpecifics(message.Message):
+ __metaclass__ = reflection.GeneratedProtocolMessageType
+ DESCRIPTOR = _APPSPECIFICS
+
+ # @@protoc_insertion_point(class_scope:sync_pb.AppSpecifics)
+
+app.message_type = _APPSPECIFICS
+sync_pb2.EntitySpecifics.RegisterExtension(app)
+# @@protoc_insertion_point(module_scope)

Powered by Google App Engine
This is Rietveld 408576698