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

Unified Diff: mojo/spy/spy.h

Issue 225203002: Mojo Spy core first cut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gcc fix Created 6 years, 8 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/shell/switches.cc ('k') | mojo/spy/spy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/spy/spy.h
diff --git a/mojo/spy/spy.h b/mojo/spy/spy.h
new file mode 100644
index 0000000000000000000000000000000000000000..0636004ba5fd8b78c9c727d0a36628f1868c2987
--- /dev/null
+++ b/mojo/spy/spy.h
@@ -0,0 +1,22 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MOJO_SPY_SPY_H_
+#define MOJO_SPY_SPY_H_
+
+#include <string>
+
+namespace mojo {
+
+class ServiceManager;
+
+class Spy {
+ public:
+ Spy(mojo::ServiceManager* service_manager, const std::string& options);
+ ~Spy();
+};
+
+} // namespace mojo
+
+#endif // MOJO_SPY_SPY_H_
« no previous file with comments | « mojo/shell/switches.cc ('k') | mojo/spy/spy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698