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

Unified Diff: chrome/browser/profiles/profile.h

Issue 6292017: Extended: Add "system" URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 10 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/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index b9815751fa288a714f5f9edf64e93187a107e233..e46946491548440e494b537f91872f00eb5e2ba3 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -15,13 +15,6 @@ namespace base {
class Time;
}
-#if defined(OS_CHROMEOS)
-namespace chromeos {
-class EnterpriseExtensionObserver;
-class ProxyConfigServiceImpl;
-}
-#endif
-
namespace fileapi {
class FileSystemContext;
class SandboxedFileSystemContext;
@@ -520,16 +513,11 @@ class Profile {
virtual void ChangeAppLocale(
const std::string& locale, AppLocaleChangedVia via) = 0;
- // Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created.
- virtual chromeos::ProxyConfigServiceImpl*
- GetChromeOSProxyConfigServiceImpl() = 0;
-
// Creates ChromeOS's EnterpriseExtensionListener.
virtual void SetupChromeOSEnterpriseExtensionObserver() = 0;
// Initializes Chrome OS's preferences.
virtual void InitChromeOSPreferences() = 0;
-
#endif // defined(OS_CHROMEOS)
// Returns the helper object that provides the proxy configuration service

Powered by Google App Engine
This is Rietveld 408576698