Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / local_discovery / service_discovery_shared_client.h
index 700e620..14dd12f 100644 (file)
@@ -15,6 +15,10 @@ class ServiceDiscoverySharedClient
  public:
   static scoped_refptr<ServiceDiscoverySharedClient> GetInstance();
 
+  typedef base::Callback<void(
+      const scoped_refptr<ServiceDiscoverySharedClient>&)> GetInstanceCallback;
+  static void GetInstanceWithoutAlert(const GetInstanceCallback& callback);
+
  protected:
   ServiceDiscoverySharedClient();
   virtual ~ServiceDiscoverySharedClient();