summaryrefslogtreecommitdiffstats
path: root/content/browser/content_browser_client.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 15:03:58 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 15:03:58 +0000
commitb68bf389d1ffa4539a3b486a6ee3e4d03990c166 (patch)
tree6058c82dc0a7124e06b497857453e4cc7726777b /content/browser/content_browser_client.h
parent0a8c0230bb0722cb85befefb3ee13624f74ae723 (diff)
downloadchromium_src-b68bf389d1ffa4539a3b486a6ee3e4d03990c166.zip
chromium_src-b68bf389d1ffa4539a3b486a6ee3e4d03990c166.tar.gz
chromium_src-b68bf389d1ffa4539a3b486a6ee3e4d03990c166.tar.bz2
Removal of Profile from content part 9 of 9.
BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7711010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/content_browser_client.h')
-rw-r--r--content/browser/content_browser_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
index 9eee934..961beca 100644
--- a/content/browser/content_browser_client.h
+++ b/content/browser/content_browser_client.h
@@ -42,6 +42,7 @@ class CookieOptions;
class NetLog;
class URLRequest;
class URLRequestContext;
+class URLRequestContextGetter;
class X509Certificate;
}
@@ -269,6 +270,11 @@ class ContentBrowserClient {
// This can be called on any thread.
virtual FilePath GetDefaultDownloadDirectory() = 0;
+ // Returns the "default" request context. There is no such thing in the world
+ // of multiple profiles, and all calls to this need to be removed.
+ virtual net::URLRequestContextGetter*
+ GetDefaultRequestContextDeprecatedCrBug64339() = 0;
+
#if defined(OS_POSIX) && !defined(OS_MACOSX)
// Can return an optional fd for crash handling, otherwise returns -1.
virtual int GetCrashSignalFD(const std::string& process_type) = 0;