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

Unified Diff: content/public/test/test_mojo_app.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
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 | « content/public/common/mojo_shell_connection.h ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_app.h
diff --git a/content/public/test/test_mojo_app.h b/content/public/test/test_mojo_app.h
index edf0ad28370b497401d63df11a1c7d9bc627d155..0ce330a242fc452231bd6efdff59fec2c796403b 100644
--- a/content/public/test/test_mojo_app.h
+++ b/content/public/test/test_mojo_app.h
@@ -27,8 +27,6 @@ class TestMojoApp : public mojo::ShellClient,
private:
// mojo::ShellClient:
- void Initialize(mojo::Shell* shell, const std::string& url,
- uint32_t id, uint32_t user_id) override;
bool AcceptConnection(mojo::Connection* connection) override;
// mojo::InterfaceFactory<TestMojoService>:
@@ -41,9 +39,6 @@ class TestMojoApp : public mojo::ShellClient,
mojo::Binding<TestMojoService> service_binding_;
- // Not owned.
- mojo::Shell* shell_;
-
// The URL of the app connecting to us.
GURL requestor_url_;
« no previous file with comments | « content/public/common/mojo_shell_connection.h ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698