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

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

Issue 435016: Merge 32898 - Fixes extension packing codepath that was hitting a race condit... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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/extensions_ui.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 32908)
+++ chrome/browser/extensions/pack_extension_job.h (working copy)
@@ -29,6 +29,10 @@
const FilePath& root_directory,
const FilePath& key_file);
+ // Starts the packing thread job. See http://crbug.com/27944 for more details
+ // on why this function is needed.
+ void Start();
+
// The client should call this when it is destroyed to prevent
// PackExtensionJob from attempting to access it.
void ClearClient();
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/browser/extensions/pack_extension_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698