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

Unified Diff: net/proxy/proxy_service.h

Issue 1121823004: Add some basic UMA for proxy service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak summary and rebase. Created 5 years, 7 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 | net/proxy/proxy_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_service.h
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 232a944a173c3362ec413359774436f21a584eea..533cc157c4b47563e39609d723f259058b492436 100644
--- a/net/proxy/proxy_service.h
+++ b/net/proxy/proxy_service.h
@@ -363,7 +363,9 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
NetworkDelegate* network_delegate,
ProxyInfo* result,
int result_code,
- const BoundNetLog& net_log);
+ const BoundNetLog& net_log,
+ base::TimeTicks start_time,
+ bool script_executed);
// Start initialization using |fetched_config_|.
void InitializeUsingLastFetchedConfig();
« no previous file with comments | « no previous file | net/proxy/proxy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698