| Index: chrome/browser/chromeos/login/chrome_restart_request.cc
|
| diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| index 89a27d5042b42b2f0fc86a5d812fd70e90b6aafa..e921b954097d5e3646702562bf119820fada249d 100644
|
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| @@ -54,9 +54,6 @@ const char kGuestModeLoggingLevel[] = "1";
|
| // Format of command line switch.
|
| const char kSwitchFormatString[] = " --%s=\"%s\"";
|
|
|
| -// User name which is used in the Guest session.
|
| -const char kGuestUserName[] = "";
|
| -
|
| // Derives the new command line from |base_command_line| by doing the following:
|
| // - Forward a given switches list to new command;
|
| // - Set start url if given;
|
|
|