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

Unified Diff: mojo/public/cpp/bindings/no_interface.h

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
Index: mojo/public/cpp/bindings/no_interface.h
diff --git a/mojo/public/cpp/bindings/no_interface.h b/mojo/public/cpp/bindings/no_interface.h
index caeb0fded42d4ec8d0fe013fa6c7e0598cbe6351..83b0eff50000d1ce5c6329c755c0c04c0d78ffdf 100644
--- a/mojo/public/cpp/bindings/no_interface.h
+++ b/mojo/public/cpp/bindings/no_interface.h
@@ -21,6 +21,7 @@ class NoInterfaceStub;
class NoInterface {
public:
+ static const char* Name_;
typedef NoInterfaceProxy Proxy_;
typedef NoInterfaceStub Stub_;
typedef PassThroughFilter RequestValidator_;
« no previous file with comments | « mojo/public/cpp/bindings/lib/no_interface.cc ('k') | mojo/public/interfaces/service_provider/service_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698