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

Unified Diff: chrome/browser/search_engines/template_url_prepopulate_data.cc

Issue 346013: Remove tapuz.co.il from search provider list since it isn't a search provider. (Closed)
Patch Set: Bump data version Created 11 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/template_url_prepopulate_data.cc
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc
index e6ab67e7f5e0fe60bccd6a195a322c96f880ead0..f2a3e2a6e4925fce98f1de2ca2bc33b8b5932900 100644
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc
@@ -1630,16 +1630,6 @@ const PrepopulatedEngine tango = {
58,
};
-const PrepopulatedEngine tapuz = {
- L"\x05ea\x05e4\x05d5\x05d6 \x05d0\x05e0\x05e9\x05d9\x05dd",
- L"tapuz.co.il",
- "http://www.tapuz.co.il/favicon.ico",
- L"http://www.tapuz.co.il/search/search.asp?q={searchTerms}",
- "UTF-8",
- NULL,
- 57,
-};
-
const PrepopulatedEngine terra_ar = {
L"Terra Argentina",
L"terra.com.ar",
@@ -2444,7 +2434,7 @@ const PrepopulatedEngine* engines_IE[] = { &google, &yahoo_uk, &msn_en_IE, };
// Israel
const PrepopulatedEngine* engines_IL[] =
- { &google, &walla, &nana10, &tapuz, &msn_he_IL, };
+ { &google, &walla, &nana10, &msn_he_IL, };
// India
const PrepopulatedEngine* engines_IN[] =
@@ -3212,7 +3202,7 @@ void RegisterUserPrefs(PrefService* prefs) {
}
int GetDataVersion() {
- return 24; // Increment this if you change the above data in ways that mean
+ return 25; // Increment this if you change the above data in ways that mean
// users with existing data should get a new version.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698