Index: chrome/browser/lifetime/application_lifetime.h |
diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h |
index 51638cd7a2ac6cf82cedc3ba1dfcba63b40f4114..ad37409abdcdb39aa08f173eab35c894ed7bd481 100644 |
--- a/chrome/browser/lifetime/application_lifetime.h |
+++ b/chrome/browser/lifetime/application_lifetime.h |
@@ -36,6 +36,8 @@ enum AshExecutionStatus { |
ASH_TERMINATE, |
}; |
+void MetroExitHelper(); |
sky
2014/01/09 16:40:05
Description?
zturner
2014/01/10 19:00:26
I just removed this function instead.
|
+ |
// Helper function to activate the desktop from Ash mode. The |
// |ash_execution_status| parameter indicates if we should exit Ash after |
// activating desktop. |