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

Unified Diff: ash/shell.h

Issue 2625733003: Re-reland: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: remove include Created 3 years, 11 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 86d2677f286c910c9d2db731e2ee68e7e8664e59..c8d0c0651b3b35c6392bd0d76e533dc16730ffc8 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -196,9 +196,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Called when the user logs in.
void OnLoginStateChanged(LoginStatus status);
- // Called after the logged-in user's profile is ready.
- void OnLoginUserProfilePrepared();
-
// Called when the application is exiting.
void OnAppTerminating();

Powered by Google App Engine
This is Rietveld 408576698