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

Unified Diff: chrome/browser/sync/protocol/proto_value_conversions.h

Issue 7150023: Add protobuffer and model type for syncing custom search engines. Includes all boilerplate helper... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/proto_value_conversions.h
===================================================================
--- chrome/browser/sync/protocol/proto_value_conversions.h (revision 89422)
+++ chrome/browser/sync/protocol/proto_value_conversions.h (working copy)
@@ -23,6 +23,7 @@
class PasswordSpecifics;
class PasswordSpecificsData;
class PreferenceSpecifics;
+class SearchEngineSpecifics;
class SessionHeader;
class SessionSpecifics;
class SessionTab;
@@ -99,6 +100,9 @@
DictionaryValue* PreferenceSpecificsToValue(
const sync_pb::PreferenceSpecifics& password_specifics);
+DictionaryValue* SearchEngineSpecificsToValue(
+ const sync_pb::SearchEngineSpecifics& search_engine_specifics);
+
DictionaryValue* SessionSpecificsToValue(
const sync_pb::SessionSpecifics& session_specifics);
« no previous file with comments | « chrome/browser/sync/protocol/nigori_specifics.proto ('k') | chrome/browser/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698