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

Unified Diff: chrome/browser/chromeos/login/screen_lock_view.cc

Issue 2872004: accelerator removal fix in info bubble (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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
« no previous file with comments | « chrome/browser/chromeos/login/screen_lock_view.h ('k') | chrome/browser/views/info_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screen_lock_view.cc
diff --git a/chrome/browser/chromeos/login/screen_lock_view.cc b/chrome/browser/chromeos/login/screen_lock_view.cc
index aacd161985d74ad52a7c8b3edcc1e33ca4cd9f8a..3c879d79cf16d505f367c3e3968a21850e5dd076 100644
--- a/chrome/browser/chromeos/login/screen_lock_view.cc
+++ b/chrome/browser/chromeos/login/screen_lock_view.cc
@@ -16,6 +16,7 @@
#include "grit/theme_resources.h"
#include "views/background.h"
#include "views/border.h"
+#include "views/controls/button/text_button.h"
#include "views/controls/image_view.h"
#include "views/controls/label.h"
#include "views/grid_layout.h"
@@ -50,9 +51,8 @@ void ScreenLockView::Init() {
password_field_->SetController(this);
// Unlock button.
- // TODO(sky|oshima): change ids
unlock_button_ = new views::TextButton(
- this, l10n_util::GetString(IDS_LOGIN_BUTTON));
+ this, l10n_util::GetString(IDS_UNLOCK_BUTTON));
unlock_button_->set_tag(login::UNLOCK);
// User icon.
« no previous file with comments | « chrome/browser/chromeos/login/screen_lock_view.h ('k') | chrome/browser/views/info_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698