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

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

Issue 6480001: Migrate Event API methods to Google Style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/textfield_with_margin.cc
===================================================================
--- chrome/browser/chromeos/login/textfield_with_margin.cc (revision 74326)
+++ chrome/browser/chromeos/login/textfield_with_margin.cc (working copy)
@@ -36,7 +36,7 @@
}
bool TextfieldWithMargin::OnKeyPressed(const views::KeyEvent& e) {
- if (e.GetKeyCode() == ui::VKEY_ESCAPE && !text().empty()) {
+ if (e.() == ui::VKEY_ESCAPE && !text().empty()) {
sky 2011/02/09 22:54:08 key_code
SetText(string16());
return true;
}
« no previous file with comments | « chrome/browser/chromeos/login/screen_lock_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698