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

Unified Diff: sync/protocol/search_engine_specifics.proto

Issue 10381016: Remove the "autogenerate keyword" bit on TemplateURL. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/search_engine_specifics.proto
===================================================================
--- sync/protocol/search_engine_specifics.proto (revision 135424)
+++ sync/protocol/search_engine_specifics.proto (working copy)
@@ -41,7 +41,8 @@
// The ID associated with the prepopulate data this search engine comes from.
// Set to zero if it was not prepopulated.
optional int32 prepopulate_id = 11;
- // Whether to autogenerate a keyword for the search engine or not.
+ // DEPRECATED: Whether to autogenerate a keyword for the search engine or not.
+ // Do not use this field in the future.
Nicolas Zea 2012/05/08 00:51:03 Nit: Change to "do not write to this field" and me
Peter Kasting 2012/05/08 01:31:42 Done.
optional bool autogenerate_keyword = 12;
// ID 13 reserved - previously used by |logo_id|, now deprecated.
// Obsolete field. This used to represent whether or not this search engine

Powered by Google App Engine
This is Rietveld 408576698