| 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 c58cab76ad93ce18701cd92261dd6c3bdefc8f9c..4d690496739ccc6fd5013a0173b31a8facbef3ce 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -168,12 +168,10 @@ base::FilePath FakeProfile::last_selected_directory() {
|
|
|
| void FakeProfile::set_last_selected_directory(const base::FilePath& path) {}
|
|
|
| -#if defined(OS_CHROMEOS)
|
| void FakeProfile::ChangeAppLocale(
|
| const std::string& locale, AppLocaleChangedVia via) {}
|
| void FakeProfile::OnLogin() {}
|
| void FakeProfile::InitChromeOSPreferences() {}
|
| -#endif // defined(OS_CHROMEOS)
|
|
|
| PrefProxyConfigTracker* FakeProfile::GetProxyConfigTracker() {
|
| return nullptr;
|
|
|