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

Unified Diff: components/search_engines/util.h

Issue 2479113002: Make extensions DSE persistent in browser prefs (Closed)
Patch Set: 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/util.h
diff --git a/components/search_engines/util.h b/components/search_engines/util.h
index 39034e5b6fd997e51e959dffcc2984e5e9b9389c..3bcab60f71664b8ce1a9698e31e64e635772cfc6 100644
--- a/components/search_engines/util.h
+++ b/components/search_engines/util.h
@@ -139,4 +139,10 @@ TemplateURLService::OwnedTemplateURLVector::iterator FindTemplateURL(
TemplateURLService::OwnedTemplateURLVector* urls,
const TemplateURL* url);
+std::unique_ptr<TemplateURLData> TemplateUrlDataFromDictionary(
+ const base::DictionaryValue& dict);
+
+std::unique_ptr<base::DictionaryValue> TemplateUrlDataToDictionary(
+ const TemplateURLData& turl_data);
+
#endif // COMPONENTS_SEARCH_ENGINES_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698