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

Unified Diff: components/search_engines/template_url_prepopulate_data.cc

Issue 2251243002: Add 360 search engine to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove "so" from histogram Created 4 years, 4 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
« no previous file with comments | « components/search_engines/search_engine_type.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_prepopulate_data.cc
diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
index 114757dd66df633534d981f056c7c073e35a1049..8cf9d8d0ede030bd7c67005b2602c9fc69df60a6 100644
--- a/components/search_engines/template_url_prepopulate_data.cc
+++ b/components/search_engines/template_url_prepopulate_data.cc
@@ -126,7 +126,7 @@ const PrepopulatedEngine* engines_CL[] =
// China
const PrepopulatedEngine* engines_CN[] =
- { &google, &baidu, &sogou, };
+ { &google, &baidu, &sogou, &so_360};
// Colombia
const PrepopulatedEngine* engines_CO[] =
« no previous file with comments | « components/search_engines/search_engine_type.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698