summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/application_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/chrome/browser/application_context.h')
-rw-r--r--ios/chrome/browser/application_context.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/chrome/browser/application_context.h b/ios/chrome/browser/application_context.h
index db856c6..9cf30da 100644
--- a/ios/chrome/browser/application_context.h
+++ b/ios/chrome/browser/application_context.h
@@ -25,6 +25,10 @@ namespace net_log {
class ChromeNetLog;
}
+namespace network_time {
+class NetworkTimeTracker;
+}
+
namespace policy {
class BrowserPolicyConnector;
}
@@ -68,6 +72,9 @@ class ApplicationContext {
// Gets the ChromeNetLog.
virtual net_log::ChromeNetLog* GetNetLog() = 0;
+ // Gets the NetworkTimeTracker.
+ virtual network_time::NetworkTimeTracker* GetNetworkTimeTracker() = 0;
+
protected:
// Sets the global ApplicationContext instance.
static void SetApplicationContext(ApplicationContext* context);