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

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

Issue 9374009: Install platform apps into a separate data directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, address review comments Created 8 years, 10 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/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

Powered by Google App Engine
This is Rietveld 408576698