Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 8311e1e0c5b38965dd40781109b234105b10ebd1..80c356df31f95e9763b2448258854d78eefd7952 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -65,9 +65,9 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
true, |
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
#if defined(OS_ANDROID) |
- registry->RegisterIntegerPref( |
+ registry->RegisterStringPref( |
prefs::kContextualSearchEnabled, |
- 0, |
+ std::string(), |
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
#endif |
registry->RegisterBooleanPref( |