Index: chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc |
diff --git a/chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc |
index a78281314ef568a33b72cb81d6ffb7bd341c9898..3f209f4d5cc210db10eff30c97346c9974ef5fa6 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc |
+++ b/chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -62,8 +62,6 @@ void EulaScreenHandler::GetLocalizedStrings( |
l10n_util::GetStringUTF16(IDS_EULA_SCREEN_TITLE)); |
localized_strings->SetString("checkboxLogging", |
l10n_util::GetStringUTF16(IDS_EULA_CHECKBOX_ENABLE_LOGGING)); |
- localized_strings->SetString("learnMore", |
- l10n_util::GetStringUTF16(IDS_LEARN_MORE)); |
localized_strings->SetString("back", |
l10n_util::GetStringUTF16(IDS_EULA_BACK_BUTTON)); |
localized_strings->SetString("acceptAgreement", |