Upstream version 8.36.169.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / browser / linux / running_applications_manager.h
index 04a70b3..c83d5f5 100644 (file)
@@ -39,6 +39,8 @@ class RunningApplicationsManager : public ApplicationService::Observer {
   // org.crosswalkproject.Running.Manager1 interface.
   void OnLaunch(dbus::MethodCall* method_call,
                 dbus::ExportedObject::ResponseSender response_sender);
+  void OnTerminateIfRunning(dbus::MethodCall* method_call,
+      dbus::ExportedObject::ResponseSender response_sender);
 
   void OnExported(const std::string& interface_name,
                   const std::string& method_name,