Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: chrome/browser/extensions/pack_extension_job.h

Issue 306032: Simplify threading in browser thread by making only ChromeThread deal with di... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: a few more simplifications Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/pack_extension_job.h
===================================================================
--- chrome/browser/extensions/pack_extension_job.h (revision 30037)
+++ chrome/browser/extensions/pack_extension_job.h (working copy)
@@ -27,8 +27,7 @@
PackExtensionJob(Client* client,
const FilePath& root_directory,
- const FilePath& key_file,
- MessageLoop* file_loop);
+ const FilePath& key_file);
// The client should call this when it is destroyed to prevent
// PackExtensionJob from attempting to access it.
@@ -40,7 +39,6 @@
void ReportFailureOnUIThread(const std::string& error);
MessageLoop* ui_loop_;
- MessageLoop* file_loop_;
Client* client_;
FilePath root_directory_;
FilePath key_file_;
Property changes on: chrome\browser\extensions\pack_extension_job.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698