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

Unified Diff: content/common/render_frame_setup.mojom

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « content/common/geolocation_service.mojom ('k') | content/public/common/mojo_geoposition.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/render_frame_setup.mojom
diff --git a/content/common/render_frame_setup.mojom b/content/common/render_frame_setup.mojom
index 92d6033226aaabc93ae06a4faab945161112a85e..0a1d433447dee6688a063f779bd2be3694c11c49 100644
--- a/content/common/render_frame_setup.mojom
+++ b/content/common/render_frame_setup.mojom
@@ -2,13 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import "mojo/public/interfaces/application/service_provider.mojom";
+module content;
-module content {
+import "mojo/public/interfaces/application/service_provider.mojom";
interface RenderFrameSetup {
GetServiceProviderForFrame(int32 frame_routing_id,
mojo.ServiceProvider& service_provider);
};
-
-}
« no previous file with comments | « content/common/geolocation_service.mojom ('k') | content/public/common/mojo_geoposition.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698