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

Unified Diff: chromeos/dbus/fake_upstart_client.h

Issue 2794493002: Add AuthPolicyLoginHelper (Closed)
Patch Set: Update after review 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
« no previous file with comments | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/dbus/fake_upstart_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_upstart_client.h
diff --git a/chromeos/dbus/fake_upstart_client.h b/chromeos/dbus/fake_upstart_client.h
index 4b6c2e5f1fc3e5796f22b94b3d5e8455a858a87d..c5dc1391c3e152d68c92b5862a142738fb1abfb1 100644
--- a/chromeos/dbus/fake_upstart_client.h
+++ b/chromeos/dbus/fake_upstart_client.h
@@ -21,6 +21,7 @@ class CHROMEOS_EXPORT FakeUpstartClient : public UpstartClient {
// UpstartClient overrides.
void StartAuthPolicyService() override;
+ void RestartAuthPolicyService() override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeUpstartClient);
« no previous file with comments | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/dbus/fake_upstart_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698