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

Unified Diff: sync/protocol/search_engine_specifics.proto

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with protector removal Created 8 years 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/search_engine_specifics.proto
diff --git a/sync/protocol/search_engine_specifics.proto b/sync/protocol/search_engine_specifics.proto
index 200255ba5c83bc4dd8e41b35bc322cf56589b822..8378f650e43d08081b1130f24c60ef066ca52607 100644
--- a/sync/protocol/search_engine_specifics.proto
+++ b/sync/protocol/search_engine_specifics.proto
@@ -62,5 +62,8 @@ message SearchEngineSpecifics {
// A list of URL patterns that can be used, in addition to |url| and
// |instant_url|, to extract search terms from a URL.
repeated string alternate_urls = 19;
+ // Parameter that, if non-zero in a search URL, indicates that Chrome should
+ // perform search terms replacement in the omnibox.
+ optional string search_terms_replacement_key = 20;
}
« chrome/browser/webdata/web_database.cc ('K') | « sync/protocol/proto_value_conversions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698