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

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

Issue 345023: Get rid of MessageLoop* caching in extensions code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/browser/extensions/image_loading_tracker.cc ('k') | chrome/browser/extensions/pack_extension_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/pack_extension_job.h
===================================================================
--- chrome/browser/extensions/pack_extension_job.h (revision 30521)
+++ chrome/browser/extensions/pack_extension_job.h (working copy)
@@ -9,8 +9,8 @@
#include "base/file_path.h"
#include "base/ref_counted.h"
+#include "chrome/browser/chrome_thread.h"
-class MessageLoop;
// Manages packing an extension on the file thread and reporting the result
// back to the UI.
@@ -38,7 +38,7 @@
void ReportSuccessOnUIThread();
void ReportFailureOnUIThread(const std::string& error);
- MessageLoop* ui_loop_;
+ ChromeThread::ID client_thread_id_;
Client* client_;
FilePath root_directory_;
FilePath key_file_;
« no previous file with comments | « chrome/browser/extensions/image_loading_tracker.cc ('k') | chrome/browser/extensions/pack_extension_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698