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

Unified Diff: sky/engine/bindings/sky_internals.dart

Issue 1221163002: Remove two unused functions from dart:sky.internals (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | sky/shell/ui/internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/sky_internals.dart
diff --git a/sky/engine/bindings/sky_internals.dart b/sky/engine/bindings/sky_internals.dart
index 9b8156a9f7a26ba9ba0583ab8cae73ad8165181a..2972b0ffb3645968cfb05208dc6f24d0b38ace8b 100644
--- a/sky/engine/bindings/sky_internals.dart
+++ b/sky/engine/bindings/sky_internals.dart
@@ -6,8 +6,6 @@ library sky.internals;
// TODO(abarth): Move these functions into dart:sky
-String contentAsText() native "contentAsText";
-String renderTreeAsText() native "renderTreeAsText";
void notifyTestComplete(String test_result) native "notifyTestComplete";
int takeShellProxyHandle() native "takeShellProxyHandle";
« no previous file with comments | « no previous file | sky/shell/ui/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698