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

Unified Diff: chromeos/dbus/fake_auth_policy_client.h

Issue 2794493002: Add AuthPolicyLoginHelper (Closed)
Patch Set: Fix test + Update on Lutz's comments Created 3 years, 8 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/dbus/fake_auth_policy_client.h
diff --git a/chromeos/dbus/fake_auth_policy_client.h b/chromeos/dbus/fake_auth_policy_client.h
index d9cd1f167216843442cad762e0ba8170fb9c3b04..bf4721a4b0c697b576cda5e85d04d0152363f501 100644
--- a/chromeos/dbus/fake_auth_policy_client.h
+++ b/chromeos/dbus/fake_auth_policy_client.h
@@ -39,6 +39,8 @@ class CHROMEOS_EXPORT FakeAuthPolicyClient : public AuthPolicyClient {
// devices.
void set_started(bool started) { started_ = started; }
+ bool get_started() const { return started_; }
hashimoto 2017/04/04 12:04:13 started() instead of get_started().
Roman Sorokin (ftl) 2017/04/06 15:00:32 Done.
+
void set_auth_error(authpolicy::ErrorType auth_error) {
auth_error_ = auth_error;
}

Powered by Google App Engine
This is Rietveld 408576698