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

Unified Diff: chrome/browser/extensions/api/braille_display_private/brlapi_connection.h

Issue 1354143005: Don't autostart Chromevox in tests when a braille display is connected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add include. Created 5 years, 3 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/extensions/api/braille_display_private/brlapi_connection.h
diff --git a/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h b/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h
index 044e6f5dcd3614fb71ef0c128ca8257f2df33342..225ea0119f15725b0902c9ab775040b5fd13df11 100644
--- a/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h
+++ b/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h
@@ -37,7 +37,7 @@ class BrlapiConnection {
virtual bool Connected() = 0;
// Gets the last brlapi error on this thread.
- // This works ismilar to errno in C. There's one thread-local error
+ // This works similar to errno in C. There's one thread-local error
// value, meaning that this method should be called after any
// other method of this class that can return an error without calling
// another method in between. This class is not thread safe.

Powered by Google App Engine
This is Rietveld 408576698