From fb3ef9384cc76c4237f98e5aa38d2689cc7b60cd Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Fri, 31 Jul 2009 23:59:53 +0000 Subject: 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. BUG=17932 Review URL: http://codereview.chromium.org/160483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22228 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/sandboxed_extension_unpacker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h') 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 client_; ScopedTempDir temp_dir_; -- cgit v1.1