Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: chrome/browser/lifetime/application_lifetime.cc

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698