| Index: chrome/test/base/testing_browser_process.cc
|
| diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
|
| index b27ad17ef2e300fc4d65a31743095274fc67f1ac..5a42839024c1d20c4e6e784293db01c169e81bc6 100644
|
| --- a/chrome/test/base/testing_browser_process.cc
|
| +++ b/chrome/test/base/testing_browser_process.cc
|
| @@ -97,6 +97,10 @@ MetricsService* TestingBrowserProcess::metrics_service() {
|
| return NULL;
|
| }
|
|
|
| +rappor::RapporService* TestingBrowserProcess::rappor_service() {
|
| + return NULL;
|
| +}
|
| +
|
| IOThread* TestingBrowserProcess::io_thread() {
|
| return io_thread_;
|
| }
|
|
|