| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index 41fcb85df39d677527110412292422db55b5953e..f56fe1dce4e91f0d808662fc32056d45027d01c4 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -175,9 +175,6 @@ void FakeProfile::ChangeAppLocale(
|
| const std::string& locale, AppLocaleChangedVia via) {}
|
| void FakeProfile::OnLogin() {}
|
| void FakeProfile::InitChromeOSPreferences() {}
|
| -bool FakeProfile::IsLoginProfile() {
|
| - return false;
|
| -}
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| PrefProxyConfigTracker* FakeProfile::GetProxyConfigTracker() {
|
|
|