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

Unified Diff: chrome/browser/local_discovery/service_discovery_shared_client.h

Issue 504223005: Check Firewall state only initializing mDns from PrintPreview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Aug 26 18:22:17 PDT 2014 Created 6 years, 4 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: chrome/browser/local_discovery/service_discovery_shared_client.h
diff --git a/chrome/browser/local_discovery/service_discovery_shared_client.h b/chrome/browser/local_discovery/service_discovery_shared_client.h
index 700e620281b173eb4ac3f26e7652d1a170ecd0b1..ca7793b7300ef1e5d079514b80a6f6deb4d17099 100644
--- a/chrome/browser/local_discovery/service_discovery_shared_client.h
+++ b/chrome/browser/local_discovery/service_discovery_shared_client.h
@@ -15,6 +15,10 @@ class ServiceDiscoverySharedClient
public:
static scoped_refptr<ServiceDiscoverySharedClient> GetInstance();
Noam Samuel 2014/08/27 17:58:56 Maybe add a comment here that this is deprecated a
Vitaly Buka (NO REVIEWS) 2014/08/27 18:08:27 Actually this is still primary call. GetInstanceWi
+ typedef base::Callback<void(scoped_refptr<ServiceDiscoverySharedClient>)>
+ GetInstanceCallback;
+ static void GetInstanceWithoutAlert(const GetInstanceCallback& callback);
+
protected:
ServiceDiscoverySharedClient();
virtual ~ServiceDiscoverySharedClient();

Powered by Google App Engine
This is Rietveld 408576698