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

Unified Diff: mojo/public/cpp/bindings/lib/no_interface.cc

Issue 304273004: Add name to services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get chrome to build 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
« no previous file with comments | « mojo/public/cpp/application/lib/service_connector.h ('k') | mojo/public/cpp/bindings/no_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/no_interface.cc
diff --git a/mojo/public/cpp/bindings/lib/no_interface.cc b/mojo/public/cpp/bindings/lib/no_interface.cc
index 7ce223a5c2dc137fdfe08868a416e63dbc164d7a..3150b2377ca1f7ff0a8ca87c86ded3364955a2f9 100644
--- a/mojo/public/cpp/bindings/lib/no_interface.cc
+++ b/mojo/public/cpp/bindings/lib/no_interface.cc
@@ -6,6 +6,8 @@
namespace mojo {
+const char* NoInterface::Name_ = "mojo::NoInterface";
+
bool NoInterfaceStub::Accept(Message* message) {
return false;
}
« no previous file with comments | « mojo/public/cpp/application/lib/service_connector.h ('k') | mojo/public/cpp/bindings/no_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698