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

Unified Diff: chromeos/dbus/fake_auth_policy_client.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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.cc
diff --git a/chromeos/dbus/fake_auth_policy_client.cc b/chromeos/dbus/fake_auth_policy_client.cc
index 5940f05015254f5ec5fe513e6d655f5e33759b98..a80298e272b2e4ea4d0b1f74dc0f8bbdd0c3d0fc 100644
--- a/chromeos/dbus/fake_auth_policy_client.cc
+++ b/chromeos/dbus/fake_auth_policy_client.cc
@@ -15,7 +15,7 @@ void FakeAuthPolicyClient::JoinAdDomain(const std::string& machine_name,
const std::string& user,
int password_fd,
const JoinCallback& callback) {
- callback.Run(authpolicy::AD_JOIN_ERROR_UNKNOWN);
+ callback.Run(authpolicy::AD_JOIN_ERROR_NONE);
}
} // namespace chromeos
« no previous file with comments | « chromecast/graphics/cast_screen.cc ('k') | components/autofill/core/common/save_password_progress_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698