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

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: Answered PK's comments. 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
akalin 2012/12/20 17:13:59 non-zero -> non-empty?
beaudoin 2013/01/03 18:49:40 Done.
+ // perform search terms replacement in the omnibox.
+ optional string search_terms_replacement_key = 20;
}

Powered by Google App Engine
This is Rietveld 408576698