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

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

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from Chris and rebased to ToT to get it running on the try servers again. Created 9 years, 2 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: 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 c1f8edda794f4a4dc8fd24e19c6fa665d09c2dee..fe79bfd3a0ce60f4c1893d2a7bd854ae893eae32 100644
--- a/chrome/browser/chromeos/login/login_performer.h
+++ b/chrome/browser/chromeos/login/login_performer.h
@@ -10,10 +10,10 @@
#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
+#include "base/memory/weak_ptr.h"
#include "base/task.h"
#include "chrome/browser/chromeos/login/authenticator.h"
#include "chrome/browser/chromeos/login/login_status_consumer.h"
-#include "chrome/browser/chromeos/login/signed_settings_helper.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/common/net/gaia/google_service_auth_error.h"
#include "content/common/notification_observer.h"
@@ -52,7 +52,6 @@ namespace chromeos {
// 1. ScreenLock active (pending correct new password input)
// 2. Pending online auth request.
class LoginPerformer : public LoginStatusConsumer,
- public SignedSettingsHelper::Callback,
public NotificationObserver,
public ProfileManagerObserver {
public:
@@ -128,10 +127,6 @@ class LoginPerformer : public LoginStatusConsumer,
const NotificationSource& source,
const NotificationDetails& details) OVERRIDE;
- // SignedSettingsHelper::Callback implementation:
- virtual void OnCheckWhitelistCompleted(SignedSettings::ReturnCode code,
- const std::string& email) OVERRIDE;
-
// ProfileManagerObserver implementation:
virtual void OnProfileCreated(Profile* profile, Status status) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698