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

Unified Diff: ui/chromeos/ime/candidate_window_view.cc

Issue 866403006: Set class names for ime's view classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 11 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 | « ui/chromeos/ime/candidate_window_view.h ('k') | ui/chromeos/ime/infolist_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/candidate_window_view.cc
diff --git a/ui/chromeos/ime/candidate_window_view.cc b/ui/chromeos/ime/candidate_window_view.cc
index 823fda5d4b35a810c01b846ac2acf8bb0862f8be..7532703567784617ecd535017dcfa19b38952a1c 100644
--- a/ui/chromeos/ime/candidate_window_view.cc
+++ b/ui/chromeos/ime/candidate_window_view.cc
@@ -392,6 +392,10 @@ void CandidateWindowView::SelectCandidateAt(int index_in_page) {
candidate_window_.set_cursor_position(cursor_absolute_index);
}
+const char* CandidateWindowView::GetClassName() const {
+ return "CandidateWindowView";
+}
+
void CandidateWindowView::ButtonPressed(views::Button* sender,
const ui::Event& event) {
for (size_t i = 0; i < candidate_views_.size(); ++i) {
« no previous file with comments | « ui/chromeos/ime/candidate_window_view.h ('k') | ui/chromeos/ime/infolist_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698