Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_impl.cc (revision 92309) |
| +++ chrome/browser/profiles/profile_impl.cc (working copy) |
| @@ -681,10 +681,6 @@ |
| return GetPrefs()->GetString(prefs::kGoogleServicesUsername); |
| } |
| -ProfileId ProfileImpl::GetRuntimeId() { |
| - return reinterpret_cast<ProfileId>(this); |
| -} |
| - |
| FilePath ProfileImpl::GetPath() { |
| return path_; |
| } |