| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 6d1b636e9f3ff2b77ee615f862781c3fd76ce738..daa082820030a8c8707c1fddfe2cc7cbf18e1738 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -70,9 +70,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(
|
|
|