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

Unified Diff: components/search_engines/template_url.h

Issue 2479113002: Make extensions DSE persistent in browser prefs (Closed)
Patch Set: Added DSE tests Created 4 years, 1 month 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: components/search_engines/template_url.h
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
index 87e6d1c1a4a69923bb3fe55de0b4ff8c874c7660..c3d1ed4720042888219bc3b5cb8b22945c6d9ba9 100644
--- a/components/search_engines/template_url.h
+++ b/components/search_engines/template_url.h
@@ -535,6 +535,10 @@ class TemplateURL {
const TemplateURLData* data,
const SearchTermsData& search_terms_data);
+ static bool SearchTermsReplacementKeysMatch(
vasilii 2016/11/30 14:00:03 A comment?
Alexander Yashkin 2016/12/05 18:16:49 Done
+ const std::string& search_terms_replacement_key1,
+ const std::string& search_terms_replacement_key2);
+
const TemplateURLData& data() const { return data_; }
const base::string16& short_name() const { return data_.short_name(); }

Powered by Google App Engine
This is Rietveld 408576698