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

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

Issue 6893052: Make customization documents singletons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments resolved Created 9 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
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 f01b422a2a906c0a11f8b95cd8a568b0350ae995..57193981e3ef91e32adc0ad964c28ccde3ea4a25 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -55,10 +55,6 @@ class ExistingUserController : public LoginDisplay::Delegate,
return current_controller_;
}
- void set_initial_start_page(const std::string& url) {
- initial_start_page_ = url;
- }
-
// Creates and shows login UI for known users.
void Init(const UserVector& users);
@@ -159,9 +155,6 @@ class ExistingUserController : public LoginDisplay::Delegate,
// URL to append to start Guest mode with.
GURL guest_mode_url_;
- // URL to open on first owner login from OEM customization manifest.
- std::string initial_start_page_;
-
// Used for user image changed notifications.
NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698