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

Unified Diff: runtime/vm/dart.h

Issue 11490026: Move generate_perf_events_symbols flag to VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changing email to @google.com instead of @chromium.org 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/code_observers.cc ('k') | runtime/vm/dart.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.h
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
index 80a085713679bde10dae6bd75610bceb53fc3162..a10ad266350bd217399d9ab9a58e6886d7f3c03b 100644
--- a/runtime/vm/dart.h
+++ b/runtime/vm/dart.h
@@ -34,13 +34,6 @@ class Dart : public AllStatic {
static Isolate* vm_isolate() { return vm_isolate_; }
static ThreadPool* thread_pool() { return thread_pool_; }
- static void set_perf_events_file(void* file) {
- perf_events_file_ = file;
- }
- static void* perf_events_file() {
- return perf_events_file_;
- }
-
static void set_pprof_symbol_generator(DebugInfo* value) {
pprof_symbol_generator_ = value;
}
@@ -49,7 +42,6 @@ class Dart : public AllStatic {
private:
static Isolate* vm_isolate_;
static ThreadPool* thread_pool_;
- static void* perf_events_file_;
static DebugInfo* pprof_symbol_generator_;
};
« no previous file with comments | « runtime/vm/code_observers.cc ('k') | runtime/vm/dart.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698