Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index c67fda4b997fe19d09415414afd75e54cc843c11..91747ecc9aec757d9e920a7af24e125d93caab0b 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -78,6 +78,9 @@ bool ShellDelegateImpl::IsScreenLocked() const { |
return locked_; |
} |
+void ShellDelegateImpl::OnPreInit() const { |
+} |
+ |
void ShellDelegateImpl::Shutdown() { |
} |