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

Unified Diff: chromeos/login/login_state.h

Issue 23466015: network_list.js should reflect the correct logged in user type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chromeos/login/login_state.h
diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
index 34d15b3dbd4c9c0a336280f5c270332d75a35354..68966f57ec721b875b2f0c0ad40f385b1924753a 100644
--- a/chromeos/login/login_state.h
+++ b/chromeos/login/login_state.h
@@ -33,7 +33,7 @@ class CHROMEOS_EXPORT LoginState {
class Observer {
public:
- // Called when the login state changes.
+ // Called when either the login state or the logged in user type changes.
virtual void LoggedInStateChanged(LoggedInState state) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698