summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_profile_impl.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 03:43:19 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 03:43:19 +0000
commit13c30929c4c0daaf891554ddb52ebebb80a36afa (patch)
tree919dc81ccd716828c8a09edca0d68531b9e4b27b /chrome/browser/automation/automation_profile_impl.h
parent5fc341a9731fd518bbe6314a3eec3ebc98109de7 (diff)
downloadchromium_src-13c30929c4c0daaf891554ddb52ebebb80a36afa.zip
chromium_src-13c30929c4c0daaf891554ddb52ebebb80a36afa.tar.gz
chromium_src-13c30929c4c0daaf891554ddb52ebebb80a36afa.tar.bz2
Cleanup some callers now that the restriction that ChromeURLRequestContextGetter be released from the IO thread is gone.
This was an anoyance for consumers of URLRequestContextGetter, as they would play tricks doing manual AddRef/Release. The actual removal of this policy happened in: r32129. BUG=None Test=Existing tests don't crash/leak. Review URL: http://codereview.chromium.org/332006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_profile_impl.h')
-rw-r--r--chrome/browser/automation/automation_profile_impl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/automation/automation_profile_impl.h b/chrome/browser/automation/automation_profile_impl.h
index 040c278..f2bc6c2 100644
--- a/chrome/browser/automation/automation_profile_impl.h
+++ b/chrome/browser/automation/automation_profile_impl.h
@@ -19,9 +19,6 @@ ChromeURLRequestContextGetter* CreateAutomationURLRequestContextForTab(
Profile* profile,
IPC::Message::Sender* automation_client);
-// Cleans up the request context on the IO thread.
-void CleanupRequestContext(ChromeURLRequestContextGetter* context);
-
-};
+}
#endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROFILE_IMPL_H_