summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-01 17:58:35 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-01 17:58:35 +0000
commit2a464a9638588073f344df55d46da6f9910d892b (patch)
tree1176e0193d9f5933623331371587155f8b178490 /chrome/browser/extensions/sandboxed_extension_unpacker.h
parent963f23274defde0c604f7643616a10f0215e1fe0 (diff)
downloadchromium_src-2a464a9638588073f344df55d46da6f9910d892b.zip
chromium_src-2a464a9638588073f344df55d46da6f9910d892b.tar.gz
chromium_src-2a464a9638588073f344df55d46da6f9910d892b.tar.bz2
Try again to land: http://codereview.chromium.org/160483
Ever closer. Extract a client interface out of CrxInstaller and use it to implement ExtensionInstallUI. There is (still) no dialog here. But the next CL will, um, definitely have it. Also, fixed the issue with theme preview infobars not updating if you install a theme while another one is already previewed. TBR=mpcomplete@chromium.org BUG=17932 Review URL: http://codereview.chromium.org/160501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h')
-rw-r--r--chrome/browser/extensions/sandboxed_extension_unpacker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h
index 02b34fb..e6fe25c 100644
--- a/chrome/browser/extensions/sandboxed_extension_unpacker.h
+++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h
@@ -124,7 +124,7 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client {
void ReportSuccess();
FilePath crx_path_;
- MessageLoop* client_loop_;
+ MessageLoop* file_loop_;
ResourceDispatcherHost* rdh_;
scoped_refptr<SandboxedExtensionUnpackerClient> client_;
ScopedTempDir temp_dir_;