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

Unified Diff: content/browser/mojo/mojo_app_connection_impl.h

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
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
Index: content/browser/mojo/mojo_app_connection_impl.h
diff --git a/content/browser/mojo/mojo_app_connection_impl.h b/content/browser/mojo/mojo_app_connection_impl.h
index 4423b4aa8b99fad8267f5942bb591760576b9732..60caa125eda85f4cfa01fdec9b4be1d68e3baf23 100644
--- a/content/browser/mojo/mojo_app_connection_impl.h
+++ b/content/browser/mojo/mojo_app_connection_impl.h
@@ -9,14 +9,13 @@
#include "content/public/browser/mojo_app_connection.h"
#include "mojo/shell/public/interfaces/interface_provider.mojom.h"
-class GURL;
-
namespace content {
// Implementation of the app connection mechanism provided to browser code.
class MojoAppConnectionImpl : public MojoAppConnection {
public:
- MojoAppConnectionImpl(const GURL& url, const GURL& requestor_url);
+ MojoAppConnectionImpl(const std::string& name,
+ const std::string& requestor_name);
~MojoAppConnectionImpl() override;
private:

Powered by Google App Engine
This is Rietveld 408576698