Index: chrome/browser/extensions/crx_installer.h |
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h |
index 8f6584ae6e2f2a5e2556b1dade4551960b5334db..f2a1e92a0f9339240327e4bc028e77666355c008 100644 |
--- a/chrome/browser/extensions/crx_installer.h |
+++ b/chrome/browser/extensions/crx_installer.h |
@@ -296,6 +296,9 @@ class CrxInstaller |
// The Profile where the extension is being installed in. |
Profile* profile_; |
+ // Path of the profile where the extension is being installed. |
+ FilePath profile_path_; |
+ |
// The client we will work with to do the installation. This can be NULL, in |
// which case the install is silent. |
// NOTE: we may be deleted on the file thread. To ensure the UI is deleted on |