Chromium Code Reviews| Index: runtime/vm/flags.h |
| diff --git a/runtime/vm/flags.h b/runtime/vm/flags.h |
| index ea783a9ed59b161f1a251bd2d3b19abaa9763bb0..f9d88f0ba6904bdc78c1ac1ef79b186721998ae0 100644 |
| --- a/runtime/vm/flags.h |
| +++ b/runtime/vm/flags.h |
| @@ -73,6 +73,10 @@ class Flags { |
| static void Parse(const char* option); |
| + static int CompareFlagNames(const void* left, const void* right); |
| + |
| + static void PrintFlags(); |
| + |
| // Testing needs direct access to private methods. |
| friend void Dart_TestParseFlags(); |