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

Unified Diff: mojo/shell/public/interfaces/content_handler.mojom

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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/shell/public/interfaces/application_manager.mojom ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/content_handler.mojom
diff --git a/mojo/shell/public/interfaces/content_handler.mojom b/mojo/shell/public/interfaces/content_handler.mojom
index 5fdb826fb38a1371bb38f9fb7d81f99a39ad5b45..405238fced765110c7121a40db2bd3bd034c285c 100644
--- a/mojo/shell/public/interfaces/content_handler.mojom
+++ b/mojo/shell/public/interfaces/content_handler.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo;
+module mojo.shell.mojom;
import "mojo/shell/public/interfaces/application.mojom";
import "network/public/interfaces/url_loader.mojom";
@@ -16,5 +16,5 @@ import "network/public/interfaces/url_loader.mojom";
// implementation to self destruct and release the app reference.
interface ContentHandler {
// The callback should be called when the application is destructed.
- StartApplication(Application& application, URLResponse response) => ();
+ StartApplication(Application& application, mojo.URLResponse response) => ();
};
« no previous file with comments | « mojo/shell/public/interfaces/application_manager.mojom ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698