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

Unified Diff: sky/sdk/lib/mojo/asset_bundle.dart

Issue 1193763004: Expose the asset_bundle service in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: use source_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 | « mojo/services/BUILD.gn ('k') | sky/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/mojo/asset_bundle.dart
diff --git a/sky/sdk/lib/mojo/asset_bundle.dart b/sky/sdk/lib/mojo/asset_bundle.dart
index 58e81e45f7a8cc3d1a00074684682c0f988f4f82..ef12479e0ac4d01d304af1a5fe8a617004ae52ae 100644
--- a/sky/sdk/lib/mojo/asset_bundle.dart
+++ b/sky/sdk/lib/mojo/asset_bundle.dart
@@ -36,7 +36,6 @@ class AssetBundle {
}
Future<AssetBundle> fetchAssetBundle(String url) async {
- assert(false); // mojo:asset_bundle doesn't exist yet, see https://codereview.chromium.org/1176153007
core.MojoDataPipeConsumer bundleData = (await fetchUrl(url)).body;
AssetUnpackerProxy unpacker = new AssetUnpackerProxy.unbound();
« no previous file with comments | « mojo/services/BUILD.gn ('k') | sky/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698