Chromium Code Reviews| Index: runtime/bin/stdin.h |
| diff --git a/runtime/bin/stdin.h b/runtime/bin/stdin.h |
| index 931e04f070c97f74859660061e6a9c45f64df3af..a0c68757525134cb019a7269f960209cc0e84018 100644 |
| --- a/runtime/bin/stdin.h |
| +++ b/runtime/bin/stdin.h |
| @@ -17,7 +17,11 @@ namespace bin { |
| class Stdin { |
| public: |
| static int ReadByte(); |
| + |
| + static bool GetEchoMode(); |
| static void SetEchoMode(bool enabled); |
| + |
| + static bool GetLineMode(); |
| static void SetLineMode(bool enabled); |
| private: |