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

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

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & cleanup Created 8 years 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/search_engine_type.h
diff --git a/chrome/browser/search_engines/search_engine_type.h b/chrome/browser/search_engines/search_engine_type.h
index 088ce4c5f7afbd90551655daecf7281cc344fcac..8918a310ae0ee87486f6ae01b93f9f8b9bc6a91a 100644
--- a/chrome/browser/search_engines/search_engine_type.h
+++ b/chrome/browser/search_engines/search_engine_type.h
@@ -42,8 +42,9 @@ enum SearchEngineType {
SEARCH_ENGINE_WALLA,
SEARCH_ENGINE_ZOZNAM,
SEARCH_ENGINE_YAHOOQC,
- SEARCH_ENGINE_NONE, // Used by Protector. Putting it at the beginning would
- // corrupt UMA stats. Add new search engines below.
+ SEARCH_ENGINE_NONE, // Defunct. Was used by Protector. Putting it at the
+ // beginning would corrupt UMA stats. Add new search
+ // engines below.
Peter Kasting 2012/12/11 20:09:06 Nit: Just copy the comment from above.
Ivan Korotkov 2012/12/12 17:02:57 Done.
SEARCH_ENGINE_CONDUIT,
SEARCH_ENGINE_ALL_BY,
SEARCH_ENGINE_APORT,

Powered by Google App Engine
This is Rietveld 408576698