| Index: chrome/browser/sessions/session_data_deleter.cc
|
| diff --git a/chrome/browser/sessions/session_data_deleter.cc b/chrome/browser/sessions/session_data_deleter.cc
|
| index 511c8783c8fe29d80730447f6a81689cd4ad43d8..2d6134d7bfb00369d62ad3bd80af21243a811188 100644
|
| --- a/chrome/browser/sessions/session_data_deleter.cc
|
| +++ b/chrome/browser/sessions/session_data_deleter.cc
|
| @@ -148,7 +148,7 @@ void DeleteSessionOnlyData(Profile* profile) {
|
|
|
| // TODO: Remove Athena special casing once the AthenaSessionRestore is in
|
| // place.
|
| -#if defined(OS_ANDROID) || defined(USE_ATHENA)
|
| +#if defined(OS_ANDROID)
|
| SessionStartupPref::Type startup_pref_type =
|
| SessionStartupPref::GetDefaultStartupType();
|
| #else
|
|
|