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

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

Issue 9703115: Add DeviceSettingProvider unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed documentation. Created 8 years, 9 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: 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 93044bb508d3b198df79534cf3fbb21a83aebba4..19963694f6bda40a445d5c1a9f894128c570350f 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -114,6 +114,7 @@ class TestingBrowserProcess : public BrowserProcess {
void SetIOThread(IOThread* io_thread);
void SetBrowserPolicyConnector(policy::BrowserPolicyConnector* connector);
void SetSafeBrowsingService(SafeBrowsingService* sb_service);
+ void SetMetricsService(MetricsService* service);
private:
scoped_ptr<content::NotificationService> notification_service_;
@@ -134,6 +135,7 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
IOThread* io_thread_;
scoped_refptr<SafeBrowsingService> sb_service_;
+ scoped_ptr<MetricsService> metrics_service_;
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
};

Powered by Google App Engine
This is Rietveld 408576698