diff options
Diffstat (limited to 'chrome/browser/extensions/extension_updater.h')
-rw-r--r-- | chrome/browser/extensions/extension_updater.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_updater.h b/chrome/browser/extensions/extension_updater.h index 548e27c..d77f4a49 100644 --- a/chrome/browser/extensions/extension_updater.h +++ b/chrome/browser/extensions/extension_updater.h @@ -208,10 +208,6 @@ class ExtensionUpdater : public content::URLFetcherDelegate, // code should just call CheckSoon(). bool WillCheckSoon() const; - void set_use_utility_process_for_testing(bool value) { - use_utility_process_ = value; - } - private: friend class ExtensionUpdaterTest; friend class ExtensionUpdaterFileHandler; @@ -387,9 +383,6 @@ class ExtensionUpdater : public content::URLFetcherDelegate, // to keep more than one install from running at once. bool crx_install_is_running_; - // True if the utility process is used, false otherwise (i.e. for tests). - bool use_utility_process_; - // Fetched CRX files waiting to be installed. std::stack<FetchedCRXFile> fetched_crx_files_; |