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

Unified Diff: runtime/vm/os.h

Issue 11660011: Clean up CodeObservers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a period to a comment. Created 8 years 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 | « runtime/vm/isolate.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698