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

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

Issue 3040022: Add new search engine logos to template url data.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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: chrome/browser/search_engines/template_url_prepopulate_data.h
===================================================================
--- chrome/browser/search_engines/template_url_prepopulate_data.h (revision 53861)
+++ chrome/browser/search_engines/template_url_prepopulate_data.h (working copy)
@@ -27,6 +27,26 @@
SEARCH_ENGINE_NETSPRINT,
SEARCH_ENGINE_VIRGILIO,
SEARCH_ENGINE_MAILRU,
+ SEARCH_ENGINE_ABCSOK,
+ SEARCH_ENGINE_ALTAVISTA,
+ SEARCH_ENGINE_BAIDU,
+ SEARCH_ENGINE_DAUM,
+ SEARCH_ENGINE_DELFI,
+ SEARCH_ENGINE_DIRI,
+ SEARCH_ENGINE_GOO,
+ SEARCH_ENGINE_IN,
+ SEARCH_ENGINE_NAJDI,
+ SEARCH_ENGINE_NAVER,
+ SEARCH_ENGINE_NETI,
+ SEARCH_ENGINE_OK,
+ SEARCH_ENGINE_POGODAK,
+ SEARCH_ENGINE_POGODOK_MK,
+ SEARCH_ENGINE_RAMBLER,
+ SEARCH_ENGINE_SANOOK,
+ SEARCH_ENGINE_SAPO,
+ SEARCH_ENGINE_TUT,
+ SEARCH_ENGINE_WALLA,
+ SEARCH_ENGINE_ZOZNAM,
SEARCH_ENGINE_MAX // Bounding max value needed for UMA histogram macro.
};
@@ -45,14 +65,6 @@
std::vector<TemplateURL*>* t_urls,
size_t* default_search_provider_index);
-// Returns the type of the search engine to be recorded in UMA. The type
-// is determined by mapping the search engine's |id| to the set of search
-// engines we are interested in. Because this is only a temporary test
-// for a small set of search engines, we use this simple switch statement
-// instead of embedding a UMA type as part of the struct of every search
-// engine.
-SearchEngineType GetSearchEngineType(const TemplateURL* search_engine);
-
} // namespace TemplateURLPrepopulateData
#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
« no previous file with comments | « chrome/browser/search_engines/template_url.h ('k') | chrome/browser/search_engines/template_url_prepopulate_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698