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

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

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.h
===================================================================
--- chrome/test/base/testing_browser_process.h (revision 99284)
+++ chrome/test/base/testing_browser_process.h (working copy)
@@ -24,6 +24,7 @@
class MHTMLGenerationManager;
class NotificationUIManager;
class PrefService;
+class SpdyConfigServiceManager;
class WatchDogThread;
namespace base {
@@ -63,6 +64,7 @@
virtual ProfileManager* profile_manager();
virtual PrefService* local_state();
+ virtual SpdyConfigServiceManager* spdy_config_service_manager();
virtual policy::BrowserPolicyConnector* browser_policy_connector();
virtual IconManager* icon_manager();
virtual ThumbnailGenerator* GetThumbnailGenerator();

Powered by Google App Engine
This is Rietveld 408576698