Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 08636ed7af558a1ecfb88aa131a3a3f749ad9474..7578e37f1f4b4958bb83aaae11c922d3b4035fce 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -325,10 +325,10 @@ const char kIncognitoModeAvailability[] = "incognito.mode_availability"; |
const char kSearchSuggestEnabled[] = "search.suggest_enabled"; |
#if defined(OS_ANDROID) |
-// Integer indicating the Contextual Search enabled state. |
-// -1 - opt-out (disabled) |
-// 0 - undecided |
-// 1 - opt-in (enabled) |
+// String indicating the Contextual Search enabled state. |
+// "false" - opt-out (disabled) |
+// "" (empty string) - undecided |
+// "true" - opt-in (enabled) |
const char kContextualSearchEnabled[] = "search.contextual_search_enabled"; |
#endif |