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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 10889024: [cros] Initialize OOBE in parallel when boot animation is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 4 months 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: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index e6774c98d89c816826c18cffb4490623b9261969..f2379f4602ed7d4b3ec3d407970459f023ac694a 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -35,7 +35,7 @@ bool ShellDelegateImpl::IsUserLoggedIn() {
return true;
}
-bool ShellDelegateImpl::IsSessionStarted() {
+bool ShellDelegateImpl::IsSessionStarted() const {
return true;
}
@@ -54,6 +54,10 @@ bool ShellDelegateImpl::IsScreenLocked() const {
return locked_;
}
+bool ShellDelegateImpl::IsStatusAreaInitiallyVisible() const {
+ return true;
+}
+
void ShellDelegateImpl::Shutdown() {
}

Powered by Google App Engine
This is Rietveld 408576698