Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 08636ed7af558a1ecfb88aa131a3a3f749ad9474..b5b1063a72b6b7da443fd67d2b27c7c20fcc3ee7 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)" |
noms (inactive)
2014/07/11 15:56:11
hilarious nit: extra " at the end :)
Mathieu
2014/07/11 16:02:16
Done.
|
const char kContextualSearchEnabled[] = "search.contextual_search_enabled"; |
#endif |