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

Unified Diff: mojo/services/public/interfaces/launcher/launcher.mojom

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and merge Created 6 years, 5 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
Index: mojo/services/public/interfaces/launcher/launcher.mojom
diff --git a/mojo/services/public/interfaces/launcher/launcher.mojom b/mojo/services/public/interfaces/launcher/launcher.mojom
index 174ed85928e96d4be7ae5a4e0fbc4dc5451c2836..12e0be1d232d4bda3898b545e8da294540fdd209 100644
--- a/mojo/services/public/interfaces/launcher/launcher.mojom
+++ b/mojo/services/public/interfaces/launcher/launcher.mojom
@@ -4,7 +4,7 @@
import "mojo/services/public/interfaces/navigation/navigation.mojom"
-module mojo.launcher {
+module mojo {
interface Launcher {
// Determines the correct handler application that can render a given URL.
@@ -24,7 +24,7 @@ interface Launcher {
// Note: |response| can be NULL in the case where a request was not needed to
// determine the correct handler.
Launch(string url) => (string handler_url, string view_url,
- mojo.navigation.ResponseDetails response);
+ ResponseDetails response);
};
}

Powered by Google App Engine
This is Rietveld 408576698