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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.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/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index 036e123506f6acc314b940cabb17cd6ddcbfc1c4..4132b2868c55cf185514bd0f10b7b27aa33280b1 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -34,7 +34,7 @@
namespace chromeos {
class LoginDisplayHost;
-class UserCrosSettingsProvider;
+class CrosSettings;
// ExistingUserController is used to handle login when someone has
// already logged into the machine.
@@ -180,7 +180,7 @@ class ExistingUserController : public LoginDisplay::Delegate,
static ExistingUserController* current_controller_;
// Triggers prefetching of user settings.
- scoped_ptr<UserCrosSettingsProvider> user_settings_;
+ CrosSettings* user_settings_;
Mattias Nissler (ping if slow) 2011/10/13 13:41:06 nit: Comment and variable name are outdated.
pastarmovj 2011/10/26 15:43:19 Done.
// URL to append to start Guest mode with.
GURL guest_mode_url_;

Powered by Google App Engine
This is Rietveld 408576698