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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 271853004: Merge NetworkTimeNotifier to NetworkTimeTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index f15227ae5f8d65ea896f01d00aa57245399e5d8a..3ecdf479a1b54e2e963391335aa05c3e6d1e64f1 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -118,6 +118,8 @@ class TestingBrowserProcess : public BrowserProcess {
virtual WebRtcLogUploader* webrtc_log_uploader() OVERRIDE;
#endif
+ virtual NetworkTimeTracker* network_time_tracker() OVERRIDE;
+
// Set the local state for tests. Consumer is responsible for cleaning it up
// afterwards (using ScopedTestingLocalState, for example).
void SetLocalState(PrefService* local_state);
@@ -161,6 +163,8 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<MediaFileSystemRegistry> media_file_system_registry_;
#endif
+ scoped_ptr<NetworkTimeTracker> network_time_tracker_;
+
// The following objects are not owned by TestingBrowserProcess:
PrefService* local_state_;
IOThread* io_thread_;
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698