Chromium Code Reviews| Index: runtime/vm/os.h |
| diff --git a/runtime/vm/os.h b/runtime/vm/os.h |
| index d7d293acafc92b66b95574712fdd53dd3e5bda75..874f3a641a49b1436dca547b6679eb9ab77235a0 100644 |
| --- a/runtime/vm/os.h |
| +++ b/runtime/vm/os.h |
| @@ -111,6 +111,9 @@ class OS { |
| // value. |
| static bool StringToInt64(const char* str, int64_t* value); |
| + // Register code observers relevant to this OS. |
| + static void RegisterCodeObservers(); |
| + |
| // Initialize the OS class. |
| static void InitOnce(); |