summaryrefslogtreecommitdiffstats
path: root/remote/startup/RemoteAgentHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote/startup/RemoteAgentHandler.h')
-rw-r--r--remote/startup/RemoteAgentHandler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/startup/RemoteAgentHandler.h b/remote/startup/RemoteAgentHandler.h
new file mode 100644
index 0000000000..dff28c4b9e
--- /dev/null
+++ b/remote/startup/RemoteAgentHandler.h
@@ -0,0 +1,12 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#ifndef mozilla_remote_startup_RemoteAgentHandler_h
+#define mozilla_remote_startup_RemoteAgentHandler_h
+
+#include "nsICommandLineHandler.h"
+
+already_AddRefed<nsICommandLineHandler> GetRemoteAgentHandler();
+
+#endif // mozilla_remote_startup_RemoteAgentHandler_h