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

Unified Diff: chrome/browser/browser_process.h

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/browser/browser_process.h
===================================================================
--- chrome/browser/browser_process.h (revision 108608)
+++ chrome/browser/browser_process.h (working copy)
@@ -54,10 +54,6 @@
namespace browser {
class OomPriorityManager;
}
-
-namespace chromeos {
-class ProxyConfigServiceImpl;
-}
#endif // defined(OS_CHROMEOS)
namespace net {
@@ -111,10 +107,6 @@
virtual net::URLRequestContextGetter* system_request_context() = 0;
#if defined(OS_CHROMEOS)
- // Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created.
- virtual chromeos::ProxyConfigServiceImpl*
- chromeos_proxy_config_service_impl() = 0;
-
// Returns the out-of-memory priority manager.
virtual browser::OomPriorityManager* oom_priority_manager() = 0;
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698