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

Unified Diff: mojo/dart/embedder/vmservice/loader.dart

Issue 1649823002: Roll Dart forward and use the shared vmservice isolate sources + benchmark fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « mojo/dart/embedder/vmservice.cc ('k') | mojo/dart/embedder/vmservice/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/vmservice/loader.dart
diff --git a/mojo/dart/embedder/vmservice/loader.dart b/mojo/dart/embedder/vmservice/loader.dart
deleted file mode 100644
index a8d0d94d53235ce78ac2ed9062845fea73c32576..0000000000000000000000000000000000000000
--- a/mojo/dart/embedder/vmservice/loader.dart
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-part of dart_controller_service_isolate;
-
-_processLoadRequest(request) {
- var sp = request[0];
- var uri = Uri.parse(request[1]);
- sp.send('Service isolate loading not supported by embedder (uri = $uri).');
-}
« no previous file with comments | « mojo/dart/embedder/vmservice.cc ('k') | mojo/dart/embedder/vmservice/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698