Index: sky/sdk/lib/internals.dart |
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/sky/sdk/lib/internals.dart |
similarity index 62% |
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
copy to sky/sdk/lib/internals.dart |
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..4a0b207942b1d1fc002ec378929c63f5d68d9c45 100644 |
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
+++ b/sky/sdk/lib/internals.dart |
@@ -2,8 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.dummy; |
+library sky.internals; |
-/** Does nothing. */ |
-class Dummy {} |
+int takeServicesProvidedByEmbedder() native "takeServicesProvidedByEmbedder"; |