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

Unified Diff: sky/engine/bindings/dart_io.h

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months 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
Index: sky/engine/bindings/dart_io.h
diff --git a/sky/engine/tonic/dart_class_provider.cc b/sky/engine/bindings/dart_io.h
similarity index 52%
copy from sky/engine/tonic/dart_class_provider.cc
copy to sky/engine/bindings/dart_io.h
index 70ce8541f3a45e5e20e2339bef186f0fb75110ae..f8f29c941b6ccc1cf8205565eb8ace8f9ac27b99 100644
--- a/sky/engine/tonic/dart_class_provider.cc
+++ b/sky/engine/bindings/dart_io.h
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/engine/config.h"
-#include "sky/engine/tonic/dart_class_provider.h"
+#ifndef SKY_ENGINE_BINDINGS_DART_IO_H_
+#define SKY_ENGINE_BINDINGS_DART_IO_H_
namespace blink {
-DartClassProvider::~DartClassProvider() {
-}
+// Initializes the dart:io event handler.
+void BootstrapDartIo();
} // namespace blink
+
+#endif // SKY_ENGINE_BINDINGS_DART_IO_H_

Powered by Google App Engine
This is Rietveld 408576698