Index: chrome/browser/lifetime/application_lifetime.h |
diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h |
index 0a5db4291e2316f3545ff1ce67467bfdc1a00616..bc28f5224b3adaa78a1167357dea8c2b5555bee5 100644 |
--- a/chrome/browser/lifetime/application_lifetime.h |
+++ b/chrome/browser/lifetime/application_lifetime.h |
@@ -41,11 +41,13 @@ enum AshExecutionStatus { |
// activating desktop. |
void ActivateDesktopHelper(AshExecutionStatus ash_execution_status); |
-// Windows 8 specific: Like AttemptRestart but if chrome is running |
+// Windows 7/8 specific: Like AttemptRestart but if chrome is running |
// in desktop mode it starts in metro mode and vice-versa. The switching like |
// the restarting is controlled by a preference. |
void AttemptRestartWithModeSwitch(); |
void AttemptRestartToDesktopMode(); |
+// Launches Chrome into Windows 8 metro mode on Windows 8. On Windows 7 it |
+// launches Chrome into Windows ASH. |
void AttemptRestartToMetroMode(); |
#endif |