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

Unified Diff: mojo/public/bindings/generators/cpp_templates/interface_stub_declaration.tmpl

Issue 226263002: Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
diff --git a/mojo/public/bindings/generators/cpp_templates/interface_stub_declaration.tmpl b/mojo/public/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
deleted file mode 100644
index e5da2577777c269761a975946ec207416eace553..0000000000000000000000000000000000000000
--- a/mojo/public/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
+++ /dev/null
@@ -1,12 +0,0 @@
-class {{interface.name}}Stub : public mojo::MessageReceiver {
- public:
- explicit {{interface.name}}Stub({{interface.name}}* sink);
-
- virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE;
- virtual bool AcceptWithResponder(mojo::Message* message,
- mojo::MessageReceiver* responder)
- MOJO_OVERRIDE;
-
- private:
- {{interface.name}}* sink_;
-};

Powered by Google App Engine
This is Rietveld 408576698