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

Unified Diff: remoting/host/sas_injector.h

Issue 11369024: Calling SendSAS() from a service yo make sure that Secure Attention Sequence can be injected even w… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: remoting/host/sas_injector.h
diff --git a/remoting/host/sas_injector.h b/remoting/host/sas_injector.h
index 2e3baaabca61a3743962aa69984a4e6d3b7357fd..45e2e8388f1902ec0816773631756fdbffb87878 100644
--- a/remoting/host/sas_injector.h
+++ b/remoting/host/sas_injector.h
@@ -15,7 +15,7 @@ class SasInjector {
public:
virtual ~SasInjector() {}
- // Sends the Secure Attention Sequence to the console session.
+ // Sends Secure Attention Sequence to the console session.
virtual bool InjectSas() = 0;
// Creates an instance of SasInjector if supported by the OS, otherwise

Powered by Google App Engine
This is Rietveld 408576698