| Index: chrome/test/base/testing_browser_process.cc
|
| ===================================================================
|
| --- chrome/test/base/testing_browser_process.cc (revision 99284)
|
| +++ chrome/test/base/testing_browser_process.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/string_util.h"
|
| #include "chrome/browser/google/google_url_tracker.h"
|
| +#include "chrome/browser/net/spdy_config_service_manager.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/policy/browser_policy_connector.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| @@ -78,6 +79,10 @@
|
| return local_state_;
|
| }
|
|
|
| +SpdyConfigServiceManager* TestingBrowserProcess::spdy_config_service_manager() {
|
| + return NULL;
|
| +}
|
| +
|
| policy::BrowserPolicyConnector*
|
| TestingBrowserProcess::browser_policy_connector() {
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
|
|