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

Side by Side Diff: chrome/browser/sync/protocol/proto_value_conversions.h

Issue 9460047: sync: remove use of protobuf extensions in protocol to reduce static init overhead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fred's 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 // Keep this file in sync with the .proto files in this directory. 5 // Keep this file in sync with the .proto files in this directory.
6 6
7 #ifndef CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 7 #ifndef CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
8 #define CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 8 #define CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 base::DictionaryValue* ThemeSpecificsToValue( 129 base::DictionaryValue* ThemeSpecificsToValue(
130 const sync_pb::ThemeSpecifics& theme_specifics); 130 const sync_pb::ThemeSpecifics& theme_specifics);
131 131
132 base::DictionaryValue* TypedUrlSpecificsToValue( 132 base::DictionaryValue* TypedUrlSpecificsToValue(
133 const sync_pb::TypedUrlSpecifics& typed_url_specifics); 133 const sync_pb::TypedUrlSpecifics& typed_url_specifics);
134 134
135 // Any present extensions are mapped to sub-dictionary values with the 135 // Any present extensions are mapped to sub-dictionary values with the
136 // key equal to the extension name. 136 // key equal to the extension name.
137 base::DictionaryValue* EntitySpecificsToValue( 137 base::DictionaryValue* EntitySpecificsToValue(
138 const sync_pb::EntitySpecifics& entity_specifics); 138 const sync_pb::EntitySpecifics& specifics);
139 139
140 } // namespace browser_sync 140 } // namespace browser_sync
141 141
142 #endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ 142 #endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/proto_enum_conversions.h ('k') | chrome/browser/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698