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

Unified Diff: apps/moterm/moterm_driver.h

Issue 1363183004: Files services library: Add an "output stream" file impl helper class. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: files_impl 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
« no previous file with comments | « no previous file | apps/moterm/moterm_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_driver.h
diff --git a/apps/moterm/moterm_driver.h b/apps/moterm/moterm_driver.h
index dd5a8bc54c9b530596acb327bd5ad7174edd8c4b..57a2ab2565c2176e837411d747bc989b05c72925 100644
--- a/apps/moterm/moterm_driver.h
+++ b/apps/moterm/moterm_driver.h
@@ -39,8 +39,8 @@ class MotermDriver : public mojo::files::File {
// but not verified.
virtual void OnDataReceived(const void* bytes, size_t num_bytes) = 0;
- // Called when the terminal "file" is closed (via |Close()|. (The client may
- // optionally call |Detach()| in response.)
+ // Called when the terminal "file" is closed (via |Close()|). (The client
+ // may optionally call |Detach()| in response.)
virtual void OnClosed() = 0;
// Called when this object is destroyed (which will happen if the other end
« no previous file with comments | « no previous file | apps/moterm/moterm_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698