summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 22:39:57 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 22:39:57 +0000
commit894bb50fe9a1b145221dd6993c159ab9f7a0fc5d (patch)
treef201aa2984ce40b3ef3fd50f7d211280d1cd33c1 /chrome/browser/net/chrome_url_request_context.h
parent182ac532081125b65bc169b56eb8230063a8d3a6 (diff)
downloadchromium_src-894bb50fe9a1b145221dd6993c159ab9f7a0fc5d.zip
chromium_src-894bb50fe9a1b145221dd6993c159ab9f7a0fc5d.tar.gz
chromium_src-894bb50fe9a1b145221dd6993c159ab9f7a0fc5d.tar.bz2
Hook up more of extension uninstall.
Also removed all external dependencies from ExtensionsService. It now only sends out notifications, which other services consume. This should allow us to unit test the ExtensionsService frontend, but I haven't added that yet. Review URL: http://codereview.chromium.org/113493 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r--chrome/browser/net/chrome_url_request_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index 55af609..d5024c1 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -94,6 +94,9 @@ class ChromeURLRequestContext : public URLRequestContext,
// Callback for when new extensions are loaded.
void OnNewExtensions(ExtensionPaths* new_paths);
+ // Callback for when an extension is unloaded.
+ void OnUnloadedExtension(const std::string& id);
+
// Destructor.
virtual ~ChromeURLRequestContext();