| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index eea0472ff86fc94f22e231f703ddda6baff66b04..da60cab507c41f1458aaaf969ff1b19a58df765d 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -76,12 +76,6 @@ TestingProfile* Profile::AsTestingProfile() {
|
| // static
|
| const char* const Profile::kProfileKey = "__PROFILE__";
|
|
|
| -#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| -// static
|
| -const LocalProfileId Profile::kInvalidLocalProfileId =
|
| - static_cast<LocalProfileId>(0);
|
| -#endif
|
| -
|
| // static
|
| void Profile::RegisterUserPrefs(PrefService* prefs) {
|
| prefs->RegisterBooleanPref(prefs::kSearchSuggestEnabled,
|
|
|