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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 10908226: Introduces a search term extraction mechanism working for arbitrary search providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Answered code review comments. Created 8 years, 3 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: sync/protocol/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index 22de2bda4c25c3474ef43e5875e6b033317e1e62..d5be278ffd37d78853671a1bcfbf9442f39ae1b9 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -349,6 +349,7 @@ DictionaryValue* SearchEngineSpecificsToValue(
SET_STR(instant_url);
SET_INT64(last_modified);
SET_STR(sync_guid);
+ SET_STR(alternate_urls);
return value;
}

Powered by Google App Engine
This is Rietveld 408576698