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

Unified Diff: chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h

Issue 2803823002: Fix Chrome OS virtual keyboard accessibility (Closed)
Patch Set: Created 3 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: chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
diff --git a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
index 012fb9e3a7af6d3ef53093d9f1f9dd3942103dbd..048e2cf83d5055ca4fa458efd3a069db383b8438 100644
--- a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
+++ b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
@@ -62,8 +62,6 @@ class SelectToSpeakEventHandler : public ui::EventHandler {
// is pressed, and only cleared when all keys are released.
std::set<ui::KeyboardCode> keys_pressed_together_;
- int last_view_storage_id_ = 0;
-
DISALLOW_COPY_AND_ASSIGN(SelectToSpeakEventHandler);
};

Powered by Google App Engine
This is Rietveld 408576698