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

Unified Diff: chrome/browser/chromeos/system_key_event_listener.h

Issue 7324022: For safety, cast XEvent to XkbEvent only when xevent->type holds a specific value. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | chrome/browser/chromeos/system_key_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system_key_event_listener.h
diff --git a/chrome/browser/chromeos/system_key_event_listener.h b/chrome/browser/chromeos/system_key_event_listener.h
index e11a71b1b90f713d33fc8c0a78c99fd29db5f6d1..ade270f32b22e477b937da80b3dd1e17e0e25f37 100644
--- a/chrome/browser/chromeos/system_key_event_listener.h
+++ b/chrome/browser/chromeos/system_key_event_listener.h
@@ -89,6 +89,7 @@ class SystemKeyEventListener : public WmMessageListener::Observer,
bool stopped_;
ObserverList<CapslockObserver> capslock_observers_;
+ int xkb_event_base_code_;
// AudioHandler is a Singleton class we are just caching a pointer to here,
// and we do not own the pointer.
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_key_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698