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

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

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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.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)

Powered by Google App Engine
This is Rietveld 408576698