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

Unified Diff: mojo/public/cpp/bindings/tests/request_response_unittest.cc

Issue 280003003: Add SetClient method implementation to InterfaceImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/public/cpp/bindings/tests/request_response_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/request_response_unittest.cc b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
index d163f7d4b4fb283d0247edab7a126259eacf3e43..3bfa6ee8d708076b9c999954d9b3e7aa8a1854ce 100644
--- a/mojo/public/cpp/bindings/tests/request_response_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
@@ -20,10 +20,6 @@ class ProviderImpl : public InterfaceImpl<sample::Provider> {
delete this;
}
- virtual void SetClient(sample::ProviderClient* client) MOJO_OVERRIDE {
- // Ignored. TODO(darin): Eliminate ProviderClient.
- }
-
virtual void EchoString(
const String& a,
const Callback<void(String)>& callback) MOJO_OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698