| Index: chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| index b8fe401ff22c1904ff31662fcd461d412395a935..242ab75234b6367fdd7e4f5ac2d431b6f8438ef5 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| @@ -20,16 +20,8 @@
|
| #include "net/base/escape.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -namespace {
|
| -
|
| const char kJsScreenPath[] = "login.LocallyManagedUserCreationScreen";
|
|
|
| -// Locally managed user creation screen id.
|
| -const char kLocallyManagedUserCreationScreen[] =
|
| - "locally-managed-user-creation";
|
| -
|
| -} // namespace
|
| -
|
| namespace chromeos {
|
|
|
| LocallyManagedUserCreationScreenHandler::
|
|
|