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

Unified Diff: chrome/browser/chromeos/login/webui_login_view.h

Issue 15700014: Adding user into session doesn't generate login-prompt-visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/webui_login_view.h
diff --git a/chrome/browser/chromeos/login/webui_login_view.h b/chrome/browser/chromeos/login/webui_login_view.h
index b7e36ac1eba783dd4c3071344c2973c1305be9f8..b1f48281be1bb4ac1aec015662060073d2996ff8 100644
--- a/chrome/browser/chromeos/login/webui_login_view.h
+++ b/chrome/browser/chromeos/login/webui_login_view.h
@@ -101,12 +101,12 @@ class WebUILoginView : public views::View,
void set_is_hidden(bool hidden) { is_hidden_ = hidden; }
- protected:
- // Let non-login derived classes suppress emission of this signal.
+ // Let suppress emission of this signal.
void set_should_emit_login_prompt_visible(bool emit) {
should_emit_login_prompt_visible_ = emit;
}
+ protected:
// Overridden from views::View:
virtual void Layout() OVERRIDE;
virtual void OnLocaleChanged() OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698