| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index ce933b62d90d3041347ada54341dd3e04e93d80d..72d8fe0fac269fe4227cd28888014c7add66ecc7 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -842,12 +842,6 @@ Profile::ExitType TestingProfile::GetLastSessionExitType() {
|
| return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED;
|
| }
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -bool TestingProfile::IsLoginProfile() {
|
| - return false;
|
| -}
|
| -#endif
|
| -
|
| TestingProfile::Builder::Builder()
|
| : build_called_(false),
|
| delegate_(NULL),
|
|
|