Index: chrome/browser/lifetime/application_lifetime.cc |
diff --git a/chrome/browser/lifetime/application_lifetime.cc b/chrome/browser/lifetime/application_lifetime.cc |
index b05d7116bf970ae3aae0302026c80d71e35cfbf3..16f0493a33e15ea144a7adce29914426ba6d9e60 100644 |
--- a/chrome/browser/lifetime/application_lifetime.cc |
+++ b/chrome/browser/lifetime/application_lifetime.cc |
@@ -236,6 +236,7 @@ void AttemptUserExit() { |
#endif |
} |
+#if !defined(OS_ANDROID) |
klobag.chromium
2012/12/20 02:22:31
Should we share the save session / pref?
gone
2012/12/21 19:19:00
An earlier version of this CL actually had that co
|
void AttemptRestart() { |
// TODO(beng): Can this use ProfileManager::GetLoadedProfiles instead? |
BrowserList::const_iterator it; |
@@ -256,6 +257,7 @@ void AttemptRestart() { |
AttemptExit(); |
#endif |
} |
+#endif |
#if defined(OS_WIN) |
void AttemptRestartWithModeSwitch() { |