| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 8ba32943bf073df01a661f474e7bbe8316444038..5b9298496f012019e7923a8611016872d9b4a1e3 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -594,10 +594,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return NULL;
|
| }
|
|
|
| - virtual BrowserSignin* GetBrowserSignin() {
|
| - return profile_->GetBrowserSignin();
|
| - }
|
| -
|
| virtual bool IsSameProfile(Profile* profile) {
|
| return (profile == this) || (profile == profile_);
|
| }
|
|
|