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

Unified Diff: ui/views/controls/textfield/native_textfield_views.h

Issue 9358049: Implement STYLE_LOWERCASE style for Aura NativeTextfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments for Paste(). Created 8 years, 8 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: ui/views/controls/textfield/native_textfield_views.h
diff --git a/ui/views/controls/textfield/native_textfield_views.h b/ui/views/controls/textfield/native_textfield_views.h
index 83341e1db521da1aa9fff5544a7080ebea6cbd33..64550f87b6c7d81b2a7eddae4ec127e68687ad14 100644
--- a/ui/views/controls/textfield/native_textfield_views.h
+++ b/ui/views/controls/textfield/native_textfield_views.h
@@ -197,7 +197,7 @@ class VIEWS_EXPORT NativeTextfieldViews : public TouchSelectionClientView,
// changed.
void UpdateAfterChange(bool text_changed, bool cursor_changed);
- // Utility function to prepare the context menu..
+ // Utility function to prepare the context menu.
void UpdateContextMenu();
// Convenience method to call InputMethod::OnTextInputTypeChanged();

Powered by Google App Engine
This is Rietveld 408576698