| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index f2d7420ad36aa020c6bfe58846dbab9a7c156fbd..6c2c309e10052ce896c68374f5fe33a64e7ab0e0 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -872,6 +872,10 @@ chrome_browser_net::Predictor* TestingProfile::GetNetworkPredictor() {
|
| return NULL;
|
| }
|
|
|
| +DevToolsNetworkController* TestingProfile::GetDevToolsNetworkController() {
|
| + return NULL;
|
| +}
|
| +
|
| void TestingProfile::ClearNetworkingHistorySince(
|
| base::Time time,
|
| const base::Closure& completion) {
|
|
|