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

Unified Diff: 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
« no previous file with comments | « no previous file | chrome/browser/net/http_server_properties_manager_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/http_server_properties_manager_factory.h
diff --git a/chrome/browser/net/http_server_properties_manager_factory.h b/chrome/browser/net/http_server_properties_manager_factory.h
index 4fc94bd54dc479f85a394b463eb48a6b850b4925..ce5a8ece2744dbcf2274ead9a5aa12119d5bb78f 100644
--- a/chrome/browser/net/http_server_properties_manager_factory.h
+++ b/chrome/browser/net/http_server_properties_manager_factory.h
@@ -11,6 +11,7 @@ class PrefService;
namespace net {
class HttpServerPropertiesManager;
+class NetLog;
}
namespace user_prefs {
@@ -25,7 +26,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);
« no previous file with comments | « no previous file | chrome/browser/net/http_server_properties_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698