summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/crx_installer.h')
-rw-r--r--chrome/browser/extensions/crx_installer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
index 5419e8d..8f6584a 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -184,8 +184,6 @@ class CrxInstaller
Profile* profile() { return profile_; }
- void set_use_utility_process(bool value) { use_utility_process_ = value; }
-
private:
friend class ExtensionUpdaterTest;
@@ -331,9 +329,6 @@ class CrxInstaller
// when calling Extenion::Create() by the crx installer.
int creation_flags_;
- // True if the utility process is used, false otherwise (i.e. for tests).
- bool use_utility_process_;
-
DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
};