Chromium Code Reviews

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

Issue 5671003: [Chrome OS] Plumb new error codes from SignedSettings to consumers of the API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove untoward log statement Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_performer.h
diff --git a/chrome/browser/chromeos/login/login_performer.h b/chrome/browser/chromeos/login/login_performer.h
index c67a173910b7bfbde6f7c990c5446d874794a98b..682450392b65d4b1cb4c8c43adc309eed8d1f12f 100644
--- a/chrome/browser/chromeos/login/login_performer.h
+++ b/chrome/browser/chromeos/login/login_performer.h
@@ -83,7 +83,7 @@ class LoginPerformer : public LoginStatusConsumer,
const GaiaAuthConsumer::ClientLoginResult& credentials);
// SignedSettingsHelper::Callback implementation:
- virtual void OnCheckWhiteListCompleted(bool success,
+ virtual void OnCheckWhitelistCompleted(SignedSettings::ReturnCode code,
const std::string& email);
// NotificationObserver implementation:
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine