Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index bb3c6dd944d596e8d23be0e032612246520a5772..7cc0dd60a40b8ee1313dec229533d26906a8b677 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -116,6 +116,9 @@ class ASH_EXPORT ShellDelegate { |
// Returns true if the screen is currently locked. |
virtual bool IsScreenLocked() const = 0; |
+ // Called before processing |Shell::Init()|; |
+ virtual void OnPreInit() = 0; |
+ |
// Shuts down the environment. |
virtual void Shutdown() = 0; |