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

Unified Diff: blimp/engine/mojo/font_fetcher.mojom

Issue 2629743003: Remove all blimp engine code (Closed)
Patch Set: Use consistent comment style in //chrome Created 3 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 | « blimp/engine/mojo/blob_channel_service.cc ('k') | blimp/engine/mojo/font_fetcher_mojo_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/mojo/font_fetcher.mojom
diff --git a/blimp/engine/mojo/font_fetcher.mojom b/blimp/engine/mojo/font_fetcher.mojom
deleted file mode 100644
index cb64d63c44a46e22fba4509e980727b8d9e9ee76..0000000000000000000000000000000000000000
--- a/blimp/engine/mojo/font_fetcher.mojom
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2016 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.
-
-module blimp.engine.mojom;
-
-// Allows the renderer to synchronously request font data from the browser
-// process.
-interface FontFetcher {
- // Create a stream for the font data.
- // font_hash: a hash representation of the font data.
- // If there is no font for font_hash, return an empty shared buffer.
- [Sync]
- GetFontStream(string font_hash) =>
- (handle<shared_buffer> font_stream, uint32 size);
-};
« no previous file with comments | « blimp/engine/mojo/blob_channel_service.cc ('k') | blimp/engine/mojo/font_fetcher_mojo_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698