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

Unified Diff: ios/chrome/browser/net/http_server_properties_manager_factory.h

Issue 2944043002: Add NetLog events for HttpServerPropertiesManager (Closed)
Patch Set: address droger comment Created 3 years, 6 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: ios/chrome/browser/net/http_server_properties_manager_factory.h
diff --git a/ios/chrome/browser/net/http_server_properties_manager_factory.h b/ios/chrome/browser/net/http_server_properties_manager_factory.h
index 03ced09a59a35560c431140b4c6d5ea41459eecd..40f8dfda41f556211711917a811484ff9e229dce 100644
--- a/ios/chrome/browser/net/http_server_properties_manager_factory.h
+++ b/ios/chrome/browser/net/http_server_properties_manager_factory.h
@@ -11,6 +11,7 @@ class PrefService;
namespace net {
class HttpServerPropertiesManager;
+class NetLog;
}
namespace user_prefs {
@@ -22,7 +23,8 @@ class HttpServerPropertiesManagerFactory {
public:
// Create an instance of HttpServerPropertiesManager.
static net::HttpServerPropertiesManager* CreateManager(
- PrefService* pref_service);
+ PrefService* pref_service,
+ net::NetLog* net_log);
// Register prefs for properties managed by HttpServerPropertiesManager.
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);

Powered by Google App Engine
This is Rietveld 408576698