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

Unified Diff: mojo/shell/background/tests/test_service.cc

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
Index: mojo/shell/background/tests/test_service.cc
diff --git a/mojo/shell/background/tests/test_service.cc b/mojo/shell/background/tests/test_service.cc
index 4d001afe1b82ebcaaf15afe0fe7cc804a91b84fa..8b68c59aebcf00ded32de33e2f01291536e9aace 100644
--- a/mojo/shell/background/tests/test_service.cc
+++ b/mojo/shell/background/tests/test_service.cc
@@ -21,10 +21,6 @@ class TestClient : public ShellClient,
private:
// ShellClient:
- void Initialize(Shell* shell,
- const std::string& url,
- uint32_t id,
- uint32_t user_id) override {}
bool AcceptConnection(Connection* connection) override {
connection->AddInterface(this);
return true;

Powered by Google App Engine
This is Rietveld 408576698