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

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

Issue 8726028: Add a browser test which checks if the 'Caps Lock by pressing both Shift keys' feature is working. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed review comments Created 9 years, 1 month 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_browsertest.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 6b9f69f53e778d9ef26f52048cf09803cdf7c416..12a8d2f042b4997cb51bfe7085eff5f6eb52d0dd 100644
--- a/chrome/browser/chromeos/system_key_event_listener.h
+++ b/chrome/browser/chromeos/system_key_event_listener.h
@@ -43,6 +43,7 @@ class SystemKeyEventListener : public MessageLoopForUI::Observer {
// Defines the delete on exit Singleton traits we like. Best to have this
// and const/dest private as recommended for Singletons.
friend struct DefaultSingletonTraits<SystemKeyEventListener>;
+ friend class SystemKeyEventListenerTest;
SystemKeyEventListener();
virtual ~SystemKeyEventListener();
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_key_event_listener_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698